add method
add
Adds a path point.
def add(self, x, y):
...
Parameter | Type | Description |
---|---|---|
x | int | The x coordinate. |
y | int | The y coordinate. |
See Also
- module
aspose.cells.drawing
- class
ShapePathPointCollection
Adds a path point.
def add(self, x, y):
...
Parameter | Type | Description |
---|---|---|
x | int | The x coordinate. |
y | int | The y coordinate. |
aspose.cells.drawing
ShapePathPointCollection