asposecells.api

Class ShapePathPoint

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

Property Getters/Setters Summary
methodgetX()
method
setX(value)
           Gets and sets x coordinate for this position coordinate.
methodgetY()
method
setY(value)
           Gets y coordinate for this position coordinate.
 

    • Property Getters/Setters Detail

      • getX/setX : int 

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

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