You are here: Start » FIL.NET » FIL.RegionOfInterestToRegion

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
inRegionOfInterestFilNet.RegionOfInterest
outRegionFilNet.RegionOutput region.

Errors

List of possible exceptions:

Error type Description
DomainError Invalid RegionOfInterest in RegionOfInterestToRegion.

See also