ImageEn, unit iexUserInteractions

TIECropToolInteraction.DrawGuides

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


Demo

Demo  Demos\ImageEditing\CropTool\CropTool.dpr


Example

// Disable guide lines
ImageEnView1.CropTool.DrawGuides := False;
ImageEnView1.Invalidate();