You are here: Start » FIL.NET » FIS.UncropImage Method
FIS.UncropImage Method
Inverse of CropImage.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
public static void UncropImage ( FilNet.Image inImage, FilNet.Box inSelection, int inWidth, int inHeight, FilNet.Image outImage )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inImage | FilNet.Image | Input image. | ||
![]() | inSelection | FilNet.Box | The same value as in CropImage. | ||
![]() | inWidth | int | <0, INF> | Width of the original image. | |
![]() | inHeight | int | <0, INF> | Height of the original image. | |
![]() | outImage | FilNet.Image | Output image. |