FEllipse(Single, Single, Single, Single) Constructor
Create a new instance of the FEllipse Item.
Namespace: GeometryAssembly: Geometry (in Geometry.dll) Version: 25.2414.4032
public FEllipse(
float centerX,
float centerY,
float radiusX,
float radiusY
)
Public Sub New (
centerX As Single,
centerY As Single,
radiusX As Single,
radiusY As Single
)
No code example is currently available or this language may not be supported.
Parameters
- centerX Single
-
The center coordinate on the x-axis (h).
- centerY Single
-
The center coordinate on the y-axis (k).
- radiusX Single
-
The x-axis radius (a).
- radiusY Single
-
The y-axis radius (b).