ImageEn, unit iexUserInteractions

TIERetouchToolInteraction.InpaintRangeSize

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: inpaint

Default: 4


Example

ImageEnView1.RetouchTool.RetouchMode      := iermIEVisionInpaint;
ImageEnView1.RetouchTool.InpaintMethod    := 1;
ImageEnView1.RetouchTool.InpaintRangeSize := 6;
ImageEnView1.MouseInteractGeneral         := [ miRetouchTool ];


See Also

 InpaintMethod
 inpaint