ImageEn, unit iexUserInteractions |
|
TIERetouchToolInteraction.BrushSize
Declaration
property BrushSize: Integer;
Description
Specifies the size of the retouch brush.
Notes:
- The actual display size will be affected by
Zoom. I.e. at 50% zoom a cursor of 50 pixels will display as 25 pixels
- To specify a brush of different height and width, set
BrushHeight and
BrushWidthDefault: 50
Example
// Make larger, circle cursor
ImageEnView1.RetouchTool.BrushShape := iecsCircle;
ImageEnView1.RetouchTool.BrushSize := 60;
ImageEnView1.Invalidate();