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

FIS.CropImage Method

Creates an image from a box-shaped fragment of the input image (with margins if requested).

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void CropImage
(
	FilNet.Image inImage,
	FilNet.Box inSelection,
	FilNet.Pixel inBorderColor,
	FilNet.Image outImage
)

Parameters

Name Type Range Default Description
inImageFilNet.ImageInput image.
inSelectionFilNet.BoxBox defining a subimage to be cropped.
inBorderColorFilNet.PixelColor used for locations outside the selection.
outImageFilNet.ImageOutput image.

See also