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

Invoke.PathBoundingBox

Computes the smallest box containing a path.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void PathBoundingBox
(
	Avl.Path inPath,
	out Avl.Box outBoundingBox
)

Parameters

Name Type Range Default Description
inPathAvl.PathInput path.
outBoundingBoxAvl.Box

See also