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

FIL.CropImage

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

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

C++
C#
 
public static void CropImage
(
	FilNet.Image inImage,
	FilNet.Box inSelection,
	FilNet.Image outImage
)

Parameters

Name Type Range Default Description
inImageFilNet.ImageInput image.
inSelectionFilNet.BoxBox defining a subimage to be cropped.
outImageFilNet.ImageOutput image.

Description

The operation extracts part of the inImage that corresponds to the inSelection box.

Examples

CropImage performed on the sample image.

See also