java.lang.Object
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 |
int | getX() | |
void | setX(int) | |
|
Gets and sets x coordinate for this position coordinate.
|
int | getY() | |
void | setY(int) | |
|
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.Cells Product Documentation.
Aspose.Cells Support Forum - our preferred method of support.