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

677480c6 3cdd c626 2c6c ed4ffee6df1d

haplokuon edited this page May 6, 2023 · 1 revision

Points Property

netDxf 3.0.0 Library

Gets the list of points in the active layout.

Definition

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

C#

public IEnumerable<Point> Points { get; }

VB

Public ReadOnly Property Points As IEnumerable(Of Point)
	Get

C++

public:
property IEnumerable<Point^>^ Points {
	IEnumerable<Point^>^ get ();
}

F#

member Points : IEnumerable<Point> with get

Property Value

IEnumerable(Point)

See Also

Reference

DrawingEntities Class
netDxf.Collections Namespace

Clone this wiki locally