SplineKnot class

SplineKnot class

Contains x- and y-coordinates for a spline’s control point and a spline’s knot, represented by the X, Y, and A elements, respectively.

Inheritance: SplineKnotCoordinate

The SplineKnot type exposes the following members:

Constructors

Constructor Description
SplineKnot() Creates an instance of the SplineKnot class.

Properties

Property Description
ix The zero-based index of the element within its parent element.
x The x-coordinate of a control point.
y The y-coordinate of a control point.
a One of the spline’s knots (other than the last one or the first two).

Methods

Method Description
clone() Creates deep copy of this instance.

See Also