ImageEn, unit iexUserInteractions

TIECloneToolInteraction.Feathering

TIECloneToolInteraction.Feathering


Declaration

property Feathering: Integer;


Description

Feathers the clone image before applying it. Zero means no feathering.

Default: 2

Note: Use of 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.CloneTool.Feathering := 10;