aspose.cells

Class ShapePathPoint

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

Property Getters/Setters Summary
functiongetType()
The value of the property is ShapePathPointValueType integer constant.
functiongetX()
function
setX(value)
           Gets and sets x coordinate for this position coordinate.
functiongetXAngle()
function
setXAngle(value)
          
functiongetXPixel()
function
setXPixel(value)
          
functiongetY()
function
setY(value)
           Gets y coordinate for this position coordinate.
functiongetYAngle()
function
setYAngle(value)
          
functiongetYPixel()
function
setYPixel(value)
          
 

    • 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.
      • getXPixel/setXPixel : Number 

        function getXPixel() / function setXPixel(value)
        
      • getYPixel/setYPixel : Number 

        function getYPixel() / function setYPixel(value)
        
      • getXAngle/setXAngle : Number 

        function getXAngle() / function setXAngle(value)
        
      • getYAngle/setYAngle : Number 

        function getYAngle() / function setYAngle(value)