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

Invoke.RectangleBoundingBox

Computes the smallest box containing a rectangle.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void RectangleBoundingBox
(
	Avl.Rectangle2D inRectangle,
	out Avl.Box outBoundingBox
)

Parameters

Name Type Range Default Description
inRectangleAvl.Rectangle2D
outBoundingBoxAvl.Box

See also