You are here: Start » FIL.NET » FIL.RegionOfInterestToRegion
Converts a region of interest to a region with automatically computed frame.
| Namespace: | FilNet |
|---|---|
| Assembly: | FIL.NET.dll |
Syntax
C++
C#
public static void RegionOfInterestToRegion ( FilNet.RegionOfInterest inRegionOfInterest, FilNet.Region outRegion )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inRegionOfInterest | FilNet.RegionOfInterest | |||
![]() | outRegion | FilNet.Region | Output region. |
Errors
List of possible exceptions:
| Error type | Description |
|---|---|
| RuntimeError | Invalid RegionOfInterest |


