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

6d5ec844 e133 3a45 5eb2 89f4c35ecc38

haplokuon edited this page May 6, 2023 · 1 revision

Polyline2DVertex(Double, Double) 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(
	double x,
	double y
)

VB

Public Sub New ( 
	x As Double,
	y As Double
)

C++

public:
Polyline2DVertex(
	double x, 
	double y
)

F#

new : 
        x : float * 
        y : float -> Polyline2DVertex

Parameters

  Double
X coordinate.
  Double
Y coordinate.

See Also

Reference

Polyline2DVertex Class
Polyline2DVertex Overload
netDxf.Entities Namespace

Clone this wiki locally