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

AVL.Rectangle2DToRegionOfInterest

Converts a rectangle to region of interest.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

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

Parameters

Name Type Range Default Description
inRectangleAvlNet.Rectangle2D
outRegionOfInterestAvlNet.RegionOfInterest

See also