asposediagram.api

Class XForm1D

Contains x- and y-coordinates of the begin point and end point of a 1-D shape. This element appears for 1-D shapes only.

Property Getters/Setters Summary
methodgetBeginX()
method
setBeginX(value)
           Represents the x-coordinate of the begin point of the 1-D shape, in relation to the origin of its parent.
methodgetBeginY()
method
setBeginY(value)
           Represents the y-coordinate of the begin point of the 1-D shape, in relation to the origin of its parent.
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.
methodgetEndX()
method
setEndX(value)
           Represents the x-coordinate of the end point of a 1-D shape in relation to the origin of its parent.
methodgetEndY()
method
setEndY(value)
           Represents the y-coordinate of the end point of a 1-D shape in relation to the origin of its parent.
 
Method Summary
methoddeepClone()
Creates deep copy of this instance.
 

    • Property Getters/Setters Detail

      • 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.
      • getBeginX/setBeginX : DoubleValue 

        DoubleValue getBeginX() / setBeginX(value)
        
        Represents the x-coordinate of the begin point of the 1-D shape, in relation to the origin of its parent.
      • getBeginY/setBeginY : DoubleValue 

        DoubleValue getBeginY() / setBeginY(value)
        
        Represents the y-coordinate of the begin point of the 1-D shape, in relation to the origin of its parent.
      • getEndX/setEndX : DoubleValue 

        DoubleValue getEndX() / setEndX(value)
        
        Represents the x-coordinate of the end point of a 1-D shape in relation to the origin of its parent.
      • getEndY/setEndY : DoubleValue 

        DoubleValue getEndY() / setEndY(value)
        
        Represents the y-coordinate of the end point of a 1-D shape in relation to the origin of its parent.
    • Method Detail

      • deepClone

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