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

8c89061c 96aa 6556 8314 615353b20a94

haplokuon edited this page May 6, 2023 · 1 revision

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

VB

Public Sub New ( 
	position As Vector2,
	bulge As Double
)

C++

public:
Polyline2DVertex(
	Vector2 position, 
	double bulge
)

F#

new : 
        position : Vector2 * 
        bulge : float -> Polyline2DVertex

Parameters

  Vector2
Lightweight polyline vertex coordinates.
  Double
Vertex bulge (default: 0.0).

See Also

Reference

Polyline2DVertex Class
Polyline2DVertex Overload
netDxf.Entities Namespace

Clone this wiki locally