Unit 'orca_scene3d' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#pl_orca3d]

TD3Rectangle3D

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: orca_scene3d.pas line 2023

type TD3Rectangle3D = class(TD3Shape3D)

protected

  procedure Paint; override;

  

public

  constructor Create(); override;

  

  destructor Destroy; override;

  

published

  property xRadius: Single; [rw]

  

  property yRadius: Single; [rw]

  

  property Corners: TD2Corners; [rws]

  

  property CornerType: TD2CornerType; [rw]

  

end;

Inheritance

TD3Rectangle3D

  

|

TD3Shape3D

  

|

TD3Shape

  

|

TD3VisualObject

  

|

TD3Object

  

|

TObject



CT Web help

CodeTyphon Studio