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

97dd8f8f fdaf c036 5a4e bf8acc90ab40

haplokuon edited this page May 6, 2023 · 1 revision

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

VB

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

C++

public:
Polyline2DVertex(
	double x, 
	double y, 
	double bulge
)

F#

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

Parameters

  Double
X coordinate.
  Double
Y coordinate.
  Double
Vertex bulge (default: 0.0).

See Also

Reference

Polyline2DVertex Class
Polyline2DVertex Overload
netDxf.Entities Namespace

Clone this wiki locally