ImageEn, unit iexUserInteractions |
|
TIERetouchToolInteraction.BrushHeight
Declaration
property BrushHeight: Integer;
Description
Specifies the height of the retouch brush.
Note: To set both width and height, you can use
BrushSizeDefault: 50
// Use a rectangular brush of 100 x 50 pixels
ImageEnView1.RetouchTool.BrushShape := iecsRectangle;
ImageEnView1.RetouchTool.BrushWidth := 100;
ImageEnView1.RetouchTool.BrushHeight := 50;