You are here: Start » FIL.NET » FIS.FisFilter_AccessEllipse Method
FIS.FisFilter_AccessEllipse Method
Returns individual fields of an ellipse.
| Namespace: | FilNet |
|---|---|
| Assembly: | FIL.NET.dll |
Syntax
public static void FisFilter_AccessEllipse ( FilNet.Ellipse2D inEllipse, out FilNet.Point2D outCenter, out float outAngle, out float outWidth, out float outHeight )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inEllipse | FilNet.Ellipse2D | |||
![]() | outCenter | FilNet.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. |


