You are here: Start » FIL.NET » Function Reference » Region » Region Spatial Transforms » FIL.CropRegion
Creates a region from a rectangular fragment of another one.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
C++
C#
public static void CropRegion ( FilNet.Region inRegion, FilNet.Box inSelection, FilNet.Region outRegion )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inRegion | FilNet.Region | Input region. | ||
![]() | inSelection | FilNet.Box | Box defining the range of cropping. | ||
![]() | outRegion | FilNet.Region | Output region. |
Examples
![]() |
![]() |
CropRegion performed on the sample region with inSelection = Box(0,0,200,200).