Click or drag to resize

LwPolylineVertex Constructor (Double, Double)

Initializes a new instance of the LwPolylineVertex class.

Namespace:  DXFReaderNET.Entities
Assembly:  DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax
public LwPolylineVertex(
	double x,
	double y
)

Parameters

x
Type: SystemDouble
X coordinate.
y
Type: SystemDouble
Y coordinate.
See Also