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
)
Public Sub New (
position As Vector2,
weigth As Double
)
public:
SplineVertex(
Vector2 position,
double weigth
)
new :
position : Vector2 *
weigth : float -> SplineVertex
CONSTRUCTOR(
position AS Vector2,
weigth AS REAL8
)
Parameters
- position
- Type: DXFReaderNETVector2
Spline control point vertex coordinates. - weigth
- Type: SystemDouble
Weight of the spline control point (default 1.0).
See Also