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 | |
---|---|---|---|---|---|
![]() | inRegionOfInterest | FilNet.RegionOfInterest | |||
![]() | inAlignment | FilNet.CoordinateSystem2D? | Adjusts the region of interest to the position of the inspected object. Default value: ftl::NIL. | ||
![]() | inFrameWidth | int | <0, 65535> | Width of the created region's frame. | |
![]() | inFrameHeight | int | <0, 65535> | Height of the created region's frame. | |
![]() | outRegion | FilNet.Region | Output region. |