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

AVS.RectangleBoundingBox Method

Computes the smallest box containing a rectangle.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void RectangleBoundingBox
(
	AvlNet.Rectangle2D inRectangle,
	out AvlNet.Box outBoundingBox
)

Parameters

Name Type Range Default Description
inRectangleAvlNet.Rectangle2D
outBoundingBoxAvlNet.Box

See also