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

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
inRegionOfInterestFilNet.RegionOfInterest
inFrameWidthint<0, 65535>Width of the created region's frame.
inFrameHeightint<0, 65535>Height of the created region's frame.
outRegionFilNet.RegionOutput region.

Errors

List of possible exceptions:

Error type Description
DomainError Invalid RegionOfInterest in CreateRegionOfInterestRegion.

Function Overrides

See also