Click or drag to resize

Ellipse.PolygonalVertexes Method

Converts the ellipse in a list of vertexes.

Namespace:  DXFReaderNET.Entities
Assembly:  DXFReaderNET (in DXFReaderNET.dll) Version: 20.12.2
Syntax
public List<Vector2> PolygonalVertexes(
	int precision
)

Parameters

precision
Type: System.Int32
Number of divisions.

Return Value

Type: List<Vector2>
A list vertexes that represents the ellipse expressed in object coordinate system.
See Also