Creates a new polyline instance.

Namespace:  ceometric.XML
Assembly:  ceometric.ComputationalGeometry (in ceometric.ComputationalGeometry.dll) Version: 2.4.0.0 (2.4.0.0)

Syntax

C#
public PolyLine(
	List<Vertex> vertices
)
Visual Basic (Declaration)
Public Sub New ( _
	vertices As List(Of Vertex) _
)
Visual C++
public:
PolyLine(
	List<Vertex^>^ vertices
)

Parameters

vertices
Type: System.Collections.Generic..::.List<(Of <(Vertex>)>)
The ordered vertices of the polyline.

See Also