asposediagram.api

Class InfiniteLine

Contains elements specifying the x- and y-coordinates of two points on an infinite line. The X and Y elements specify the x- and y-coordinates of the first point, and the A and B elements specify the x- and y-coordinates of the second point.

Constructor Summary
InfiniteLine()
Creates an instance of the InfiniteLine class.
 
Property Getters/Setters Summary
methodgetA()
method
setA(value)
           An x-coordinate of a point on the infinite line paired with the y-coordinate represented by the B element.
methodgetB()
method
setB(value)
           A y-coordinate of a point on an infinite line paired with an x-coordinate represented by the A 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)
           An x-coordinate of a point on the infinite line.
methodgetY()
method
setY(value)
           A y-coordinate of a point on the infinite line.
 
Method Summary
methoddeepClone()
Creates deep copy of this instance.
 

    • Constructor Detail

      • InfiniteLine

        InfiniteLine()
        Creates an instance of the InfiniteLine 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)
        
        An x-coordinate of a point on the infinite line.
      • getY/setY : DoubleValue 

        DoubleValue getY() / setY(value)
        
        A y-coordinate of a point on the infinite line.
      • getA/setA : DoubleValue 

        DoubleValue getA() / setA(value)
        
        An x-coordinate of a point on the infinite line 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 infinite line paired with an x-coordinate represented by the A element.
    • Method Detail

      • deepClone

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