ImageEn, unit iexUserInteractions

TIETransformToolInteraction.DrawGuides

TIETransformToolInteraction.DrawGuides


Declaration

property DrawGuides: Boolean;


Description

Display horizontal and vertical guide lines over the transformation selection.

Note: You must call TImageEnView.Invalidate if you change this property when the transformation selection is visible

Default: False


Example

// Add guide lines
ImageEnView1.TransformTool.DrawGuides := True;
ImageEnView1.Invalidate();