-
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
| | |
|
Gets and sets x coordinate for this position coordinate.
|
int | getY() | |
void
| | |
|
Gets y coordinate for this position coordinate.
|
-
Property Getters/Setters Detail
setX | |
public voidsetX(intvalue)
|
-
Gets and sets x coordinate for this position coordinate.
setY | |
public voidsetY(intvalue)
|
-
Gets y coordinate for this position coordinate.