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

ConstructorDescription
SplineKnot()Creates an instance of the SplineKnot class.

Properties

PropertyDescription
ixThe zero-based index of the element within its parent element.
xThe x-coordinate of a control point.
yThe y-coordinate of a control point.
aOne of the spline’s knots (other than the last one or the first two).

Methods

MethodDescription
clone()Creates deep copy of this instance.

See Also