You are here: Start » FIL.NET » Invoke.TrimImageToRegion
Trims an image to the area of the specified region.
| Namespace: | Fil |
|---|---|
| Assembly: | FilNet.dll |
Syntax
C++
C#
public static void TrimImageToRegion ( Fil.Image inImage, Fil.Region inRegion, Fil.Pixel inBorderColor, Fil.Image outImage )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inImage | Fil.Image | Input image. | ||
![]() | inRegion | Fil.Region | Input region. | ||
![]() | inBorderColor | Fil.Pixel | Color used for locations outside the region. | ||
![]() | outImage | Fil.Image | Output image. |


