ImageEn, unit iexUserInteractions |
|
TIETransformToolInteraction.Enact
Declaration
function Enact(): Boolean;
Description
Applies the transformation to the image. This is the same as the user clicking the "Enter" key.
Result is false if there is no transformation selection
// "Apply Tranformation" button clicked
procedure TMainForm.btnApplyTranformationClick(Sender: TObject);
begin
ImageEnView1.TransformTool.Enact();
end;
See Also
◼Cancel◼EnactCurrentTool