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