CoordinateCollection.SplineStartCol

CoordinateCollection.SplineStartCol property

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.

public SplineStartCollection SplineStartCol { get; }

See Also