ImageEn, unit iexUserInteractions

TIEBrushToolInteraction.BrushPreview

TIEBrushToolInteraction.BrushPreview


Declaration

property BrushPreview: Boolean;


Description

When enabled the cursor show a preview of the brush that will be drawn.

Default: False


Example

// Make the cursor appear as a preview of what will be drawn
ImageEnView1.BrushTool.BrushPreview := True;