ImageEn, unit iexUserInteractions

TIERotateToolInteraction.Rotation

TIERotateToolInteraction.Rotation


Declaration

property Rotation: Integer;


Description

Returns the current level of rotation the user has applied.

Default: 0


Example

// Display current rotation
lblRotation.Caption := 'Rotation: ' + IntToStr( Round( ImageEnView1.RotateTool.Rotation )) + ' deg.';


See Also

 Flipped