Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

680b5639 f2b2 cc45 cf42 862eaad6544a

haplokuon edited this page May 6, 2023 · 1 revision

PolygonalVertexes Method

netDxf 3.0.0 Library

Converts the ellipse in a list of vertexes.

Definition

Namespace: netDxf.Entities
Assembly: netDxf (in netDxf.dll) Version: 3.0.0

C#

public List<Vector2> PolygonalVertexes(
	int precision
)

VB

Public Function PolygonalVertexes ( 
	precision As Integer
) As List(Of Vector2)

C++

public:
List<Vector2>^ PolygonalVertexes(
	int precision
)

F#

member PolygonalVertexes : 
        precision : int -> List<Vector2> 

Parameters

  Int32
Number of vertexes generated.

Return Value

List(Vector2)
A list vertexes that represents the ellipse expressed in object coordinate system.

See Also

Reference

Ellipse Class
netDxf.Entities Namespace

Clone this wiki locally