You are here: Start » AVL.NET » AVL.PathBoundingBox(AvlNet.Path, AvlNet.Box)

AVL.PathBoundingBox(AvlNet.Path, AvlNet.Box)

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax


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

Parameters

inPath
Type: AvlNet.Path
outBoundingBox
Type: AvlNet.Box

Examples

The resulting outBoundingBox box drawn onto the sample path.

Errors

Error type Description
DomainError Empty path on input in PathBoundingBox.

See also