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

4986b2e7 9162 0ae7 1663 01a7a9619b36

haplokuon edited this page May 6, 2023 · 1 revision

Vertexes Property

netDxf 3.0.0 Library

Gets the list of vertexes of the polygonal boundary, or the opposite vertexes if the boundary is rectangular.

Definition

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

C#

public IReadOnlyList<Vector2> Vertexes { get; }

VB

Public ReadOnly Property Vertexes As IReadOnlyList(Of Vector2)
	Get

C++

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

F#

member Vertexes : IReadOnlyList<Vector2> with get

Property Value

IReadOnlyList(Vector2)

See Also

Reference

ClippingBoundary Class
netDxf Namespace

Clone this wiki locally