com.aspose.cells
Class ShapePathPoint

java.lang.Object
    extended by com.aspose.cells.ShapePathPoint

public class ShapePathPoint 
extends java.lang.Object

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

Property Getters/Setters Summary
intgetX()
voidsetX(int value)
           Gets and sets x coordinate for this position coordinate.
intgetY()
voidsetY(int value)
           Gets y coordinate for this position coordinate.
 

Property Getters/Setters Detail

getX/setX

public int getX() / public void setX(int value)
Gets and sets x coordinate for this position coordinate.

getY/setY

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

See Also:
          Aspose.Cells Documentation - the home page for the Aspose.Cellss Product Documentation.
          Aspose.Cells Support Forum - our preferred method of support.