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

AVL.PathBoundingBox

Computes the smallest box containing a path.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

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

Parameters

Name Type Range Default Description
inPathAvlNet.PathInput path.
outBoundingBoxAvlNet.Box

Examples

The resulting outBoundingBox box drawn onto the sample path.

Errors

Error type Description
DomainError Empty path on input in PathBoundingBox.

See also