[Overview][Types][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
TElement descendant to add a circle to a TDrawing object
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] |
|
TElement descendant to add a circle to a TDrawing object |
|
| | ||
|
base class for elements, that can be added to a TDrawing object |
|
| | ||
TComponent |
||
? | ||
TObject |