You are here: Start » FIL.NET » FIS.FisFilter_MakeEllipse Method
FIS.FisFilter_MakeEllipse Method
Creates an ellipse structure from individual fields.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
public static void FisFilter_MakeEllipse ( FilNet.Point2D inCenter, float inAngle, float inWidth, float inHeight, out FilNet.Ellipse2D outEllipse )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inCenter | FilNet.Point2D | Center of the ellipse. | ||
![]() | inAngle | float | Clock-wise orientation angle. | ||
![]() | inWidth | float | Width of the ellipse. | ||
![]() | inHeight | float | Height of the ellipse. | ||
![]() | outEllipse | FilNet.Ellipse2D |