You are here: Start » FIL.NET » 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 | |
---|---|---|---|---|---|
![]() | inImage | Fil.Image | Input image. | ||
![]() | inSelection | Fil.Box | Box defining a subimage to be cropped. | ||
![]() | inBorderColor | Fil.Pixel | Color used for locations outside the selection. | ||
![]() | outImage | Fil.Image | Output image. |