add metod
add(self, x, y)
Lägger till en vägpunkt.
def add(self, x, y):
...
| Parameter | Typ | Beskrivning |
|---|---|---|
| x | int | X-koordinaten. |
| y | int | Y-koordinaten. |
Se även
- modul
aspose.cells.drawing - klass
ShapePathPointCollection
Lägger till en vägpunkt.
def add(self, x, y):
...
| Parameter | Typ | Beskrivning |
|---|---|---|
| x | int | X-koordinaten. |
| y | int | Y-koordinaten. |
aspose.cells.drawingShapePathPointCollection