ImageEn, unit iexUserInteractions |
|
TIECropToolInteraction.DrawGuides
Declaration
property DrawGuides: Boolean;
Description
Displays guide lines on the horizontal and vertical thirds of the crop selection.
Note: You must call
TImageEnView.Invalidate if you change this property when the crop selection is visible
Default: True
| Demos\ImageEditing\CropTool\CropTool.dpr |
// Disable guide lines
ImageEnView1.CropTool.DrawGuides := False;
ImageEnView1.Invalidate();