[Overview][Types][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
straight line that starts at SP and ends at EP
Source position: drawncontrol.pas line 56
type TLine = class(TElement) end; |
protected |
procedure Shift(); override; |
procedure Rotate(); override; |
procedure Zoom(); override; |
procedure Draw; override; |
public |
property Angle: Extended; [rw] |
property Length: Integer; [rw] |
property SP: TPoint; [rw] |
property EP: TPoint; [rw] |
|
straight line that starts at SP and ends at EP |
|
| | ||
|
base class for elements, that can be added to a TDrawing object |
|
| | ||
TComponent |
||
? | ||
TObject |