You are here: Start » FIL.NET » FIL.CreateRegionOfInterestRegion
Creates a region corresponding to a given region of interest.
| Namespace: | FilNet |
|---|---|
| Assembly: | FIL.NET.dll |
Syntax
C++
C#
public static void CreateRegionOfInterestRegion ( FilNet.RegionOfInterest inRegionOfInterest, int inFrameWidth, int inFrameHeight, FilNet.Region outRegion )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inRegionOfInterest | FilNet.RegionOfInterest | |||
![]() | inFrameWidth | int | <0, INF> | Width of the created region's frame. | |
![]() | inFrameHeight | int | <0, INF> | Height of the created region's frame. | |
![]() | outRegion | FilNet.Region | Output region. |
Errors
List of possible exceptions:
| Error type | Description |
|---|---|
| RuntimeError | Invalid RegionOfInterest |


