You are here: Start » FIL.NET » FIS.InpaintImage Method

FIS.InpaintImage Method

Fills in a region of an image with pixel values interpolated from the borders of the area.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void InpaintImage
(
	FilNet.Image ioImage,
	float inLambda,
	FilNet.ShapeRegion inRegionToInpaint
)

Parameters

Name Type Range Default Description
ioImageFilNet.Image
inLambdafloat<0.0f, 1.0f>0.5fRatio between vertical and horizontal interpolation. Default value: 0.5f.
inRegionToInpaintFilNet.ShapeRegionRegion to be inpainted.

Function Overrides

See also