You are here: Start » AVL.NET » Function Reference » Conversions » AVL.Rectangle2DToShapeRegion

AVL.Rectangle2DToShapeRegion

Converts a rectangle to region of interest.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void Rectangle2DToShapeRegion
(
	AvlNet.Rectangle2D inRectangle,
	AvlNet.ShapeRegion outShapeRegion
)

Parameters

Name Type Range Default Description
inRectangleAvlNet.Rectangle2D
outShapeRegionAvlNet.ShapeRegion

See also