ImageEn, unit iexUserInteractions

TIECloneToolInteraction.BrushHeight

TIECloneToolInteraction.BrushHeight

Declaration

property BrushHeight: Integer;

Description

Specifies the height of the clone 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.CloneTool.BrushShape := iecsRectangle;
ImageEnView1.CloneTool.BrushWidth  := 100;
ImageEnView1.CloneTool.BrushHeight := 50;