ImageEn, unit iexUserInteractions

TIERetouchToolInteraction.BrushHeight

TIERetouchToolInteraction.BrushHeight

Declaration

property BrushHeight: Integer;

Description

Specifies the height 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;