ImageEn, unit iexUserInteractions |
|
TIERetouchToolInteraction.InpaintRangeSize
Declaration
property InpaintRangeSize: Integer;
Description
Specify the radius of the neighborhood of each point inpainted to be considered by the algorithm.
For more information:
inpaintDefault: 4
ImageEnView1.RetouchTool.RetouchMode := iermIEVisionInpaint;
ImageEnView1.RetouchTool.InpaintMethod := 1;
ImageEnView1.RetouchTool.InpaintRangeSize := 6;
ImageEnView1.MouseInteractGeneral := [ miRetouchTool ];
See Also
◼InpaintMethod◼inpaint