Click or drag to resize

LwPolylineVertex Constructor (Vector2, Double)

imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Initializes a new instance of the LwPolylineVertex class.

Namespace:  netDxf.Entities
Assembly:  netDXF.Standard (in netDXF.Standard.dll) Version: 2.1.1
Syntax
C#
public LwPolylineVertex(
	Vector2 position,
	double bulge
)
Request Example View Source

Parameters

position
Type: netDxfVector2
Lightweight polyline vertex coordinates.
bulge
Type: SystemDouble
Vertex bulge (default: 0.0).
See Also