ImageEn, unit iexUserInteractions |
|
TIEBrushToolInteraction.BrushWidth
Declaration
property BrushWidth: Integer;
Description
Specifies the width of the paint brush.
Note:
◼To set both width and height, you can use
BrushSize◼Brush width is ignored if
BrushFill is
iebfImageDefault: 10
// Use a rectangular brush of 100 x 50 pixels
ImageEnView1.BrushTool.BrushShape := iecsRectangle;
ImageEnView1.BrushTool.BrushWidth := 100;
ImageEnView1.BrushTool.BrushHeight := 50;