SplineStart class

SplineStart class

Contains x- and y-coordinates for a spline’s second control point, its second knot, its first knot, the last knot, and the degree of the spline. This information is contained in the X, Y, A, B, C, and D elements, respectively.

Inheritance: SplineStartCoordinate

The SplineStart type exposes the following members:

Constructors

ConstructorDescription
SplineStart()Creates an instance of SplineStart class.

Properties

PropertyDescription
ixThe zero-based index of the element within its parent element.
xThe x-coordinate of a spline’s second control point.
yThe y-coordinate of a spline’s second control point.
aThe second knot of the spline.
bThe first knot of a spline.
cThe last knot of the spline.
dThe degree of the spline (an integer from 1 to 25).

Methods

MethodDescription
clone()Creates deep copy of this instance.

See Also