add Methode
add(self, x, y)
Fügt einen Pfadpunkt hinzu.
def add(self, x, y):
...
| Parameter | Typ | Beschreibung |
|---|---|---|
| x | int | Die x-Koordinate. |
| y | int | Die y-Koordinate. |
Siehe auch
- Modul
aspose.cells.drawing - Klasse
ShapePathPointCollection
Fügt einen Pfadpunkt hinzu.
def add(self, x, y):
...
| Parameter | Typ | Beschreibung |
|---|---|---|
| x | int | Die x-Koordinate. |
| y | int | Die y-Koordinate. |
aspose.cells.drawingShapePathPointCollection