ImageEn, unit iexUserInteractions

TIERetouchToolInteraction.BrushWidth

TIERetouchToolInteraction.BrushWidth


Declaration

property BrushWidth: Integer;


Description

Specifies the width of the retouch brush.

Note: To set both width and height, you can use BrushSize

Default: 50


Example

// Use a rectangular brush of 100 x 50 pixels
ImageEnView1.RetouchTool.BrushShape  := iecsRectangle;
ImageEnView1.RetouchTool.BrushWidth  := 100;
ImageEnView1.RetouchTool.BrushHeight := 50;