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

fcaefd07 f9c0 7b3a 8e05 f0d96396983d

haplokuon edited this page May 6, 2023 · 1 revision

Polyline2DVertex(Vector2) Constructor

netDxf 3.0.0 Library

Initializes a new instance of the Polyline2DVertex class.

Definition

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

C#

public Polyline2DVertex(
	Vector2 position
)

VB

Public Sub New ( 
	position As Vector2
)

C++

public:
Polyline2DVertex(
	Vector2 position
)

F#

new : 
        position : Vector2 -> Polyline2DVertex

Parameters

  Vector2
Lightweight polyline vertex coordinates.

See Also

Reference

Polyline2DVertex Class
Polyline2DVertex Overload
netDxf.Entities Namespace

Clone this wiki locally