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

TRotativePointer

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

pointer rotating around the point CP by changing the value of Angle

Declaration

Source position: drawncontrol.pas line 79

type TRotativePointer = class(TElement) end;

protected

  procedure Rotate(); override;

  procedure Shift(); override;

  procedure Zoom(); override;

public

  property Center: TPoint; [rw]

published

  property Angle: Extended; [rw]

  property Offset: Extended; [rw]

  property Radius: Integer; [rw]

Inheritance

TRotativePointer

  

pointer rotating around the point CP by changing the value of Angle

|

TElement

  

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

|

TComponent

?

TObject