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

Invoke.CropImage

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

Namespace:Fil
Assembly:FilNet.dll

Syntax

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

Parameters

Name Type Range Default Description
inImageFil.ImageInput image.
inSelectionFil.BoxBox defining a subimage to be cropped.
inBorderColorFil.PixelColor used for locations outside the selection.
outImageFil.ImageOutput image.

See also