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

AVL.PathBoundingBox Method

Computes the smallest box containing a path.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

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