| ImageEn, unit iexUserInteractions |  | 
 
TIERetouchToolInteraction.SmudgePressure
 
Declaration
property SmudgePressure: Integer;
Description
Specify how forcefully the clicked image area is transferred to destination. A low value will cause only a blurring effect, whereas a very high value will clone the clicked content.
Range is 0 - 20.
 
Note: When using a pen, downward pressure affects this value if 
OpacityEnabled is enabled. Less pressure causes more blurring; more pressure causes more cloning.
Default: 15
// Smudge the image
ImageEnView1.RetouchTool.RetouchMode    := iermSmudge;
ImageEnView1.RetouchTool.SmudgePressure := 15;
ImageEnView1.RetouchTool.Feathering     := 3;
ImageEnView1.MouseInteractGeneral       := [ miRetouchTool ];