ImageEn, unit iexUserInteractions

TIECloneToolInteraction.BrushWidth

TIECloneToolInteraction.BrushWidth

Declaration

property BrushWidth: Integer;

Description

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