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

ead6a65c 7fba 9ae4 2058 566b05af40b4

haplokuon edited this page May 6, 2023 · 1 revision

Vertexes Property

netDxf 3.0.0 Library

Gets the leader vertexes list in local coordinates.

Definition

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

C#

public List<Vector2> Vertexes { get; }

VB

Public ReadOnly Property Vertexes As List(Of Vector2)
	Get

C++

public:
property List<Vector2>^ Vertexes {
	List<Vector2>^ get ();
}

F#

member Vertexes : List<Vector2> with get

Property Value

List(Vector2)

Remarks

The leader vertexes list must have at least two points.

See Also

Reference

Leader Class
netDxf.Entities Namespace

Clone this wiki locally