Click or drag to resize

SplineVertex Constructor (Vector2, Double)

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

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

Parameters

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