asposediagram.api

Class SplineStart

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.

Constructor Summary
SplineStart()
Creates an instance of SplineStart class.
 
Property Getters/Setters Summary
methodgetA()
method
setA(value)
           The second knot of the spline.
methodgetB()
method
setB(value)
           The first knot of a spline.
methodgetC()
method
setC(value)
           The last knot of the spline.
methodgetD()
method
setD(value)
           The degree of the spline (an integer from 1 to 25).
methodgetDel()
method
setDel(value)
           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.
methodgetIX()
method
setIX(value)
           The zero-based index of the element within its parent element.
methodgetX()
method
setX(value)
           The x-coordinate of a spline's second control point.
methodgetY()
method
setY(value)
           The y-coordinate of a spline's second control point.
 
Method Summary
methoddeepClone()
Creates deep copy of this instance.
 

    • Constructor Detail

      • SplineStart

        SplineStart()
        Creates an instance of SplineStart class.
    • Property Getters/Setters Detail

      • getIX/setIX : int 

        int getIX() / setIX(value)
        
        The zero-based index of the element within its parent element.
      • getDel/setDel : int 

        int getDel() / setDel(value)
        
        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.
      • getX/setX : DoubleValue 

        DoubleValue getX() / setX(value)
        
        The x-coordinate of a spline's second control point.
      • getY/setY : DoubleValue 

        DoubleValue getY() / setY(value)
        
        The y-coordinate of a spline's second control point.
      • getD/setD : IntValue 

        IntValue getD() / setD(value)
        
        The degree of the spline (an integer from 1 to 25).
    • Method Detail

      • deepClone

        Object deepClone()
        Creates deep copy of this instance.
        Returns: