You are here: Start » AVL.NET » Function Reference » Path » Path Features » 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

List of possible exceptions:

Error type Description
DomainError Empty path on input in PathBoundingBox.

See also