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

FIS.CreateRegionOfInterestRegion Method

Creates a region corresponding to a given region of interest.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void CreateRegionOfInterestRegion
(
	FilNet.RegionOfInterest inRegionOfInterest,
	FilNet.CoordinateSystem2D? inAlignment,
	int inFrameWidth,
	int inFrameHeight,
	FilNet.Region outRegion
)

Parameters

Name Type Range Default Description
inRegionOfInterestFilNet.RegionOfInterest
inAlignmentFilNet.CoordinateSystem2D?Adjusts the region of interest to the position of the inspected object. Default value: ftl::NIL.
inFrameWidthint<0, 65535>Width of the created region's frame.
inFrameHeightint<0, 65535>Height of the created region's frame.
outRegionFilNet.RegionOutput region.

Function Overrides

See also