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


