[Overview][Types][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
TElement descendant to add a rectangle to a drawing
Source position: drawncontrol.pas line 99
type TRectangle = class(TElement) end; |
protected |
procedure Draw; override; |
procedure Rotate(); override; |
procedure Shift(); override; |
procedure Zoom(); override; |
published |
property Height: Integer; [rw] |
property Left: Integer; [rw] |
property Top: Integer; [rw] |
property Width: Integer; [rw] |
|
TElement descendant to add a rectangle to a drawing |
|
| | ||
|
base class for elements, that can be added to a TDrawing object |
|
| | ||
TComponent |
||
? | ||
TObject |