Click or drag to resize

SplineVertex Constructor (Vector2, Double)

Initializes a new instance of the SplineVertex class.

Namespace:  DXFReaderNET.Entities
Assembly:  DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax
public SplineVertex(
	Vector2 position,
	double weigth
)

Parameters

position
Type: DXFReaderNETVector2
Spline control point vertex coordinates.
weigth
Type: SystemDouble
Weight of the spline control point (default 1.0).
See Also