asposediagram.api

Class SplineKnot

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.

Constructor Summary
SplineKnot()
Creates an instance of the SplineKnot class.
 
Property Getters/Setters Summary
methodgetA()
method
setA(value)
           One of the spline's knots (other than the last one or the first two).
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 control point.
methodgetY()
method
setY(value)
           The y-coordinate of a control point.
 
Method Summary
methoddeepClone()
Creates deep copy of this instance.
 

    • Constructor Detail

      • SplineKnot

        SplineKnot()
        Creates an instance of the SplineKnot 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.
      • getA/setA : DoubleValue 

        DoubleValue getA() / setA(value)
        
        One of the spline's knots (other than the last one or the first two).
    • Method Detail

      • deepClone

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