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 | |
---|---|---|---|---|---|
![]() | inImage | FilNet.Image | Input image. | ||
![]() | inSelection | FilNet.Box | Box defining a subimage to be cropped. | ||
![]() | inBorderColor | FilNet.Pixel | Color used for locations outside the selection. | ||
![]() | outImage | FilNet.Image | Output image. |