You are here:
Start »
AVL.NET »
AVL.RegionBoundingBox(AvlNet.Region, AvlNet.Box)
AVL.RegionBoundingBox(AvlNet.Region, AvlNet.Box)
| Namespace: | AvlNet |
| Assembly: | AVL.NET.dll |
Syntax
public static void RegionBoundingBox(
AvlNet.Region inRegion,
out AvlNet.Box outBoundingBox
)
Parameters
- inRegion
- Type: AvlNet.Region
- outBoundingBox
- Type: AvlNet.Box
Examples
The resulting outBoundingBox box drawn onto the input region.
Errors
| Error type |
Description |
| DomainError |
Empty region on input in RegionBoundingBox. |
See also