You are here: Start » AVL.NET » AVS.AvsFilter_AccessEllipse Method
AVS.AvsFilter_AccessEllipse Method
Returns individual fields of an ellipse.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void AvsFilter_AccessEllipse ( AvlNet.Ellipse2D inEllipse, out AvlNet.Point2D outCenter, out float outAngle, out float outWidth, out float outHeight )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inEllipse | AvlNet.Ellipse2D | |||
![]() | outCenter | AvlNet.Point2D | Center of the ellipse. | ||
![]() | outAngle | float | Clock-wise orientation angle of the ellipse. | ||
![]() | outWidth | float | Width of the ellipse. | ||
![]() | outHeight | float | Height of the ellipse. |


