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

FIS.CropImageToRegion Method

Crops an image to the area of the specified region.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void CropImageToRegion
(
	FilNet.Image inImage,
	FilNet.Region inRegion,
	FilNet.Pixel inOutsidePixel,
	FilNet.Image outImage
)

Parameters

Name Type Range Default Description
inImageFilNet.ImageInput image.
inRegionFilNet.RegionInput region.
inOutsidePixelFilNet.PixelColor used for locations outside the region.
outImageFilNet.ImageOutput image.

See also