asposediagram.api

Class Ellipse

Contains elements specifying the x- and y-coordinates of the ellipse's center point and two points on the ellipse.

Constructor Summary
Ellipse()
Creates an instance of the Ellipse class.
 
Property Getters/Setters Summary
methodgetA()
method
setA(value)
           An x-coordinate of a point on the ellipse paired with the y-coordinate represented by the B element.
methodgetB()
method
setB(value)
           A y-coordinate of a point on an ellipse paired with an x-coordinate represented by the A element.
methodgetC()
method
setC(value)
           An x-coordinate of a point on the ellipse paired with y-coordinate represented by the D element.
methodgetD()
method
setD(value)
           A y-coordinate of a point on the ellipse paired with x-coordinate represented by the C element.
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 center of the ellipse.
methodgetY()
method
setY(value)
           The y-coordinate of the center of the ellipse.
 
Method Summary
methoddeepClone()
Creates deep copy of this instance.
 

    • Constructor Detail

      • Ellipse

        Ellipse()
        Creates an instance of the Ellipse 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)
        
        An x-coordinate of a point on the ellipse paired with the y-coordinate represented by the B element.
      • getB/setB : DoubleValue 

        DoubleValue getB() / setB(value)
        
        A y-coordinate of a point on an ellipse paired with an x-coordinate represented by the A element.
      • getC/setC : DoubleValue 

        DoubleValue getC() / setC(value)
        
        An x-coordinate of a point on the ellipse paired with y-coordinate represented by the D element.
      • getD/setD : DoubleValue 

        DoubleValue getD() / setD(value)
        
        A y-coordinate of a point on the ellipse paired with x-coordinate represented by the C element.
    • Method Detail

      • deepClone

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