Click or drag to resize

SplineVertex Class

Represents a control point of a spline.
Inheritance Hierarchy
SystemObject
  DXFReaderNET.EntitiesSplineVertex

Namespace:  DXFReaderNET.Entities
Assembly:  DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.52
Syntax
public class SplineVertex : ICloneable

The SplineVertex type exposes the following members.

Constructors
  NameDescription
Public methodSplineVertex(Vector2)
Initializes a new instance of the SplineVertex class.
Public methodSplineVertex(Vector3)
Initializes a new instance of the SplineVertex class.
Public methodSplineVertex(Vector2, Double)
Initializes a new instance of the SplineVertex class.
Public methodSplineVertex(Vector3, Double)
Initializes a new instance of the SplineVertex class.
Public methodSplineVertex(Double, Double, Double)
Initializes a new instance of the SplineVertex class.
Public methodSplineVertex(Double, Double, Double, Double)
Initializes a new instance of the SplineVertex class.
Top
Properties
  NameDescription
Public propertyPosition
Get or sets the spline control point vertex coordinates.
Public propertyWeigth
Gets or sets the weight of the spline control point.
Top
Methods
  NameDescription
Public methodClone
Creates a new Spline that is a copy of the current instance.
Public methodToString
Obtains a string that represents the spline vertex.
(Overrides ObjectToString.)
Public methodToString(IFormatProvider)
Obtains a string that represents the spline vertex.
Top
See Also