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

TD2CalloutRectangle

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

Declaration

Source position: orca_scene2d.pas line 2987

type TD2CalloutRectangle = class(TD2Rectangle)

protected

  procedure CreatePath;

  

  procedure Paint; override;

  

public

  constructor Create(); override;

  

  destructor Destroy; override;

  

published

  property Fill: TD2Brush;

  

  property CalloutWidth: Single; [rw]

  

  property CalloutLength: Single; [rw]

  

  property CalloutPosition: TD2CalloutPosition; [rw]

  

  property CalloutOffset: Single; [rw]

  

  property Stroke: TD2Brush;

  

  property StrokeCap: TD2StrokeCap;

  

  property StrokeDash: TD2StrokeDash;

  

  property StrokeJoin: TD2StrokeJoin;

  

  property StrokeThickness: Single;

  

end;

Inheritance

TD2CalloutRectangle

  

|

TD2Rectangle

  

|

TD2Shape

  

|

TD2VisualObject

  

|

TD2Object

  

|

TObject



CT Web help

CodeTyphon Studio