SplineStart
Source: aspose.
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.
new SplineStart()
Creates an instance of SplineStart class.
Methods
deepClone() → Object
Creates deep copy of this instance.
- Returns
-
Object
getA()
The second knot of the spline.
getB()
The first knot of a spline.
getC()
The last knot of the spline.
getD()
The degree of the spline (an integer from 1 to 25).
getDel()
A flag indicating whether the element has been deleted locally. A value of 1 indicates that the element was deleted locally. The value of the property is BOOL integer constant.
getIX()
The zero-based index of the element within its parent element.
getX()
The x-coordinate of a spline's second control point.
getY()
The y-coordinate of a spline's second control point.
setA()
The second knot of the spline.
setB()
The first knot of a spline.
setC()
The last knot of the spline.
setD()
The degree of the spline (an integer from 1 to 25).
setDel()
A flag indicating whether the element has been deleted locally. A value of 1 indicates that the element was deleted locally. The value of the property is BOOL integer constant.
setIX()
The zero-based index of the element within its parent element.
setX()
The x-coordinate of a spline's second control point.
setY()
The y-coordinate of a spline's second control point.