Unit 'orca_scene2d' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#pl_orca]

TD2Rectangle

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

Declaration

Source position: orca_scene2d.pas line 2896

type TD2Rectangle = class(TD2Shape)

protected

  procedure SetxRadius(); virtual;

  

  procedure SetyRadius(); virtual;

  

  procedure SetCorners(); virtual;

  

  procedure SetCornerType(); virtual;

  

  procedure SetSides(); virtual;

  

  procedure Paint; override;

  

public

  constructor Create(); override;

  

published

  property Fill: TD2Brush;

  

  property Stroke: TD2Brush;

  

  property StrokeCap: TD2StrokeCap;

  

  property StrokeDash: TD2StrokeDash;

  

  property StrokeJoin: TD2StrokeJoin;

  

  property StrokeThickness: Single;

  

  property xRadius: Single; [rw]

  

  property yRadius: Single; [rw]

  

  property Corners: TD2Corners; [rws]

  

  property CornerType: TD2CornerType; [rw]

  

  property Sides: TD2Sides; [rws]

  

end;

Inheritance

TD2Rectangle

  

|

TD2Shape

  

|

TD2VisualObject

  

|

TD2Object

  

|

TObject



CT Web help

CodeTyphon Studio