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

AVL.BoxToRectangle2D

Converts a box to a rectangle.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void BoxToRectangle2D
(
	AvlNet.Box inBox,
	out AvlNet.Rectangle2D outRectangle
)

Parameters

Name Type Range Default Description
inBoxAvlNet.Box
outRectangleAvlNet.Rectangle2D

See also