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

Invoke.RegionBoundingBox

Computes the smallest box containing a region.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void RegionBoundingBox
(
	Avl.Region inRegion,
	out Avl.Box outBoundingBox
)

Parameters

Name Type Range Default Description
inRegionAvl.RegionInput region.
outBoundingBoxAvl.Box

See also