ImageEn, unit iexUserInteractions |
|
TIETransformToolInteraction.Cancel
Declaration
procedure Cancel();
Description
Clears the transformation selection. This is the same as the user clicking the "Esc" key.
// "Cancel Tranformation" button clicked
procedure TMainForm.btnCancelTranformationClick(Sender: TObject);
begin
ImageEnView1.TransformTool.Cancel();
end;
See Also
◼Enact