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

Constructor Description
SplineStart() Creates an instance of SplineStart class.

Properties

Property Description
ix The zero-based index of the element within its parent element.
x The x-coordinate of a spline’s second control point.
y The y-coordinate of a spline’s second control point.
a The second knot of the spline.
b The first knot of a spline.
c The last knot of the spline.
d The degree of the spline (an integer from 1 to 25).

Methods

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

See Also