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

FIL.Rectangle2DToRegionOfInterest

Converts a rectangle to region of interest.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

C++
C#
 
public static void Rectangle2DToRegionOfInterest
(
	FilNet.Rectangle2D inRectangle,
	FilNet.RegionOfInterest outRegionOfInterest
)

Parameters

Name Type Range Default Description
inRectangleFilNet.Rectangle2D
outRegionOfInterestFilNet.RegionOfInterest

See also