ImageEn, unit iexUserInteractions

TIETransformToolInteraction.Cancel

TIETransformToolInteraction.Cancel


Declaration

procedure Cancel();


Description

Clears the transformation selection. This is the same as the user clicking the "Esc" key.


Example

// "Cancel Tranformation" button clicked
procedure TMainForm.btnCancelTranformationClick(Sender: TObject);
begin
  ImageEnView1.TransformTool.Cancel();
end;


See Also

 Enact