FEllipse(Single, Single, Single, Single) Constructor

Create a new instance of the FEllipse Item.

Definition

Namespace: Geometry
Assembly: Geometry (in Geometry.dll) Version: 25.2414.4032
C#
public FEllipse(
	float centerX,
	float centerY,
	float radiusX,
	float radiusY
)

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).

See Also