ImageEn, unit iexUserInteractions |
|
TIEBrushToolInteraction.Feathering
Declaration
property Feathering: Integer;
Description
Feathers the brush before applying it. Zero means no feathering.
Default: 0
Note: Use of feathering can affect performance. To reduce this, enable
DelayDisplaySelection, which will delay full quality painting until the final render
// Set feathering to 10 pixels
ImageEnView1.BrushTool.Feathering := 10;