You are here: Start » FIL.NET » Invoke.UncropRegion
Inverse of CropRegion.
| Namespace: | Fil |
|---|---|
| Assembly: | FilNet.dll |
Syntax
C++
C#
public static void UncropRegion ( Fil.Region inRegion, Fil.Box inSelection, int inWidth, int inHeight, Fil.Region outRegion )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inRegion | Fil.Region | Input region. | ||
![]() | inSelection | Fil.Box | Box defining the range of the original cropping. | ||
![]() | inWidth | int | <0, 65535> | Width of the uncropped region. | |
![]() | inHeight | int | <0, 65535> | Height of the uncropped region. | |
![]() | outRegion | Fil.Region | Output region. |


