You are here: Start » FIL.NET » Invoke.CropRegion
Creates a region from a rectangular fragment of another one.
| Namespace: | Fil |
|---|---|
| Assembly: | FilNet.dll |
Syntax
C++
C#
public static void CropRegion ( Fil.Region inRegion, Fil.Box inSelection, Fil.Region outRegion )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inRegion | Fil.Region | Input region. | ||
![]() | inSelection | Fil.Box | Box defining the range of cropping. | ||
![]() | outRegion | Fil.Region | Output region. |


