FEllipseGetVertices Method
Return the vertices of the edge of the ellipse.
Namespace: GeometryAssembly: Geometry (in Geometry.dll) Version: 25.2711.4719
public static List<FPoint> GetVertices(
FEllipse ellipse,
int pointCount,
float startOffsetAngle = 0f
)
Public Shared Function GetVertices (
ellipse As FEllipse,
pointCount As Integer,
Optional startOffsetAngle As Single = 0F
) As List(Of FPoint)
No code example is currently available or this language may not be supported.
- ellipse FEllipse
-
Reference to the ellipse whose vertices will be inspected.
- pointCount Int32
-
Count of discrete points to enumerate.
- startOffsetAngle Single (Optional)
-
The starting offset angle, relative to the shape, to draw, in radians.
ListFPoint
Reference to a list of floating-point points representing the vertices
of the edge of the ellipse.
When rotation is 0, the first point occurs on the
vector +X,0 from center.