ImageEn, unit iexUserInteractions

TIERotateToolInteraction.AutoCrop

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

Example

// Automatically crop the image when rotating
ImageEnView1.RotateTool.AutoCrop := True;