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 | |
|---|---|---|---|---|---|
![]() | inPath | AvlNet.Path | Input path. | ||
![]() | outBoundingBox | AvlNet.Box |
Examples
![]() |
The resulting outBoundingBox box drawn onto the sample path.
Errors
| Error type | Description |
|---|---|
| DomainError | Empty path on input in PathBoundingBox. |



