FEllipseGetVertices Method

Return the vertices of the area.

Definition

Namespace: Geometry
Assembly: Geometry (in Geometry.dll) Version: 25.2414.4032
C#
public static List<FPoint> GetVertices(
	FEllipse ellipse,
	int pointCount,
	float rotation = 0f
)

Parameters

ellipse  FEllipse
Reference to the ellipse whose vertices will be inspected.
pointCount  Int32
Count of discrete points to enumerate.
rotation  Single  (Optional)
Optional angle of local shape rotatation, in radians.

Return Value

ListFPoint
Reference to a list of floating-point points representing the vertices of the area.

Remarks

When rotation is 0, the first point occurs on the vector +X,0 from center.

See Also