java.lang.Objectcom.aspose.cells.ShapePathPoint
public class ShapePathPoint
Property Getters/Setters Summary | ||
---|---|---|
int | getX() | |
void | setX(int value) | |
Gets and sets x coordinate for this position coordinate. | ||
int | getY() | |
void | setY(int value) | |
Gets y coordinate for this position coordinate. |
Property Getters/Setters Detail |
---|
getX/setX | |
public int getX() / public void setX(int value) |
getY/setY | |
public int getY() / public void setY(int value) |