This repository was archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 438
97dd8f8f fdaf c036 5a4e bf8acc90ab40
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Initializes a new instance of the Polyline2DVertex class.
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- Double
- X coordinate.
- Double
- Y coordinate.
- Double
- Vertex bulge (default: 0.0).
Polyline2DVertex Class
Polyline2DVertex Overload
netDxf.Entities Namespace