ImageEn, unit iexUserInteractions

TIERotateToolInteraction.Flipped

TIERotateToolInteraction.Flipped


Declaration

property Rotation: Boolean;


Description

Returns true if the user has vertically flipped the image (by clicking the up or down key).

Default: False


Example

// Display current rotation
lblFlipped.Caption := IntToStr( Round(
if ImageEnView1.RotateTool.Flipped then
  lblFlipped.Caption := 'Flipped: Yes'
else
  lblFlipped.Caption := 'Flipped: No';


See Also

 Rotation