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

TLine

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

straight line that starts at SP and ends at EP

Declaration

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]

Inheritance

TLine

  

straight line that starts at SP and ends at EP

|

TElement

  

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

|

TComponent

?

TObject