SplineKnot

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.

public class SplineKnot : Coordinate

Constructors

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

Properties

Name Description
A { get; set; } One of the spline’s knots (other than the last one or the first two).
override Del { get; set; } A flag indicating whether the element has been deleted locally. A value of 1 indicates that the element was deleted locally.
override IX { get; set; } The zero-based index of the element within its parent element.
X { get; set; } The x-coordinate of a control point.
Y { get; set; } The y-coordinate of a control point.

Methods

Name Description
Clone() Creates deep copy of this instance.

See Also