You are here: Start » AVL.NET » Invoke.BoxToRectangle2D

Invoke.BoxToRectangle2D

Converts a box to a rectangle.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

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

Parameters

Name Type Range Default Description
inBoxAvl.Box
outRectangleAvl.Rectangle2D

See also