ImageEn, unit iexUserInteractions

TIECropToolInteraction.Cancel

TIECropToolInteraction.Cancel

Declaration

procedure Cancel();

Description

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

Example

// "Cancel Crop" button clicked
procedure TMainForm.btnCancelCropClick(Sender: TObject);
begin
  ImageEnView1.CropTool.Cancel();
end;

See Also

Enact