aspose.cells

Class ShapePathPoint

Represents an x-y coordinate within the path coordinate space.

Property Getters/Setters Summary
functiongetX()
function
setX(value)
           Gets and sets x coordinate for this position coordinate.
functiongetY()
function
setY(value)
           Gets y coordinate for this position coordinate.
 

    • Property Getters/Setters Detail

      • getX/setX : Number 

        function getX() / function setX(value)
        
        Gets and sets x coordinate for this position coordinate.
      • getY/setY : Number 

        function getY() / function setY(value)
        
        Gets y coordinate for this position coordinate.