You are here: Start » AVL.NET » AVS.BoxToRectangle2D Method

AVS.BoxToRectangle2D Method

Converts a box to a rectangle.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

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

Parameters

Name Type Range Default Description
inBoxAvlNet.Box
outRectangleAvlNet.Rectangle2D

See also