ImageEn, unit iexUserInteractions |
|
TIECropToolInteraction.Cancel
Declaration
procedure Cancel();
Description
Clears the crop selection. This is the same as the user clicking the "Esc" key.
// "Cancel Crop" button clicked
procedure TMainForm.btnCancelCropClick(Sender: TObject);
begin
ImageEnView1.CropTool.Cancel();
end;
See Also
◼Enact