ImageEn, unit iexUserInteractions |
|
TIERotateToolInteraction.AutoCrop
Declaration
property AutoCrop: Boolean;
Description
Whether the image should be cropped to remove border area as it is rotated.
The method of cropping is controlled by
CropAlgorithm.
Default: False
// Automatically crop the image when rotating
ImageEnView1.RotateTool.AutoCrop := True;