[Overview][Types][Classes][Procedures and functions][Index] Reference for unit 'DrawnControl' (#HMI)

TCircle

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

TElement descendant to add a circle to a TDrawing object

Declaration

Source position: drawncontrol.pas line 124

type TCircle = class(TElement) end;

public

  property Center: TPoint; [rw]

  property Diameter: Integer; [rw]

published

  property Radius: Integer; [rw]

Inheritance

TCircle

  

TElement descendant to add a circle to a TDrawing object

|

TElement

  

base class for elements, that can be added to a TDrawing object

|

TComponent

?

TObject