You are here: Start » AVL.NET » Invoke.EllipseBoundingBox
Computes the smallest box containing an ellipse.
| Namespace: | Avl | 
|---|---|
| Assembly: | AvlNet.dll | 
Syntax
C++
C#
public static void EllipseBoundingBox ( Avl.Ellipse2D inEllipse, out Avl.Box outBoundingBox )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]()  | inEllipse | Avl.Ellipse2D | |||
![]()  | outBoundingBox | Avl.Box | 


