| ImageEn, unit iexUserInteractions |  | 
 
TIERetouchToolInteraction.SharpenIntensity
 
Declaration
var SharpenIntensity: Integer;
Description
Specify the amount of the sharpening (1 to 100).
For more information: 
Sharpen
Default: 10
ImageEnView1.RetouchTool.RetouchMode      := iermSharpen;
ImageEnView1.RetouchTool.SharpenIntensity := 5;
ImageEnView1.RetouchTool.SharpenNeighbourhood := 5;
ImageEnView1.MouseInteractGeneral         := [ miRetouchTool ];
See Also
◼SharpenNeighbourhood
◼Sharpen