asposediagram.api

Class RelQuadBezTo

Contains x- and y-coordinates for a RelQuadBezTo's points.

Constructor Summary
RelQuadBezTo()
Creates an instance of RelCubBezTo class.
 
Property Getters/Setters Summary
methodgetA()
method
setA(value)
           The x-coordinate of the control point in relative coordinates.
methodgetB()
method
setB(value)
           The y-coordinate of the control point in relative coordinates.
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 the endpoint in relative coordinates.
methodgetY()
method
setY(value)
           The y-coordinate of the endpoint in relative coordinates.
 
Method Summary
methoddeepClone()
Creates deep copy of this instance.
 

    • Constructor Detail

      • RelQuadBezTo

        RelQuadBezTo()
        Creates an instance of RelCubBezTo 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 the endpoint in relative coordinates.
      • getY/setY : DoubleValue 

        DoubleValue getY() / setY(value)
        
        The y-coordinate of the endpoint in relative coordinates.
      • getA/setA : DoubleValue 

        DoubleValue getA() / setA(value)
        
        The x-coordinate of the control point in relative coordinates.
      • getB/setB : DoubleValue 

        DoubleValue getB() / setB(value)
        
        The y-coordinate of the control point in relative coordinates.
    • Method Detail

      • deepClone

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