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

TRectangle

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

TElement descendant to add a rectangle to a drawing

Declaration

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]

Inheritance

TRectangle

  

TElement descendant to add a rectangle to a drawing

|

TElement

  

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

|

TComponent

?

TObject