line_to Methode
line_to(self, x, y)
Fügt der aktuellen Abbildung ein Liniensegment hinzu. Der Startpunkt ist der Endpunkt der aktuellen Figur.
def line_to(self, x, y):
...
Parameter | Typ | Beschreibung |
---|---|---|
x | float | Die x-Koordinate des Endpunkts des Liniensegments (Einheit: Pixel). |
y | float | Die Y-Koordinate des Endpunkts des Liniensegments (Einheit: Pixel). |
Siehe auch
- Modul
aspose.cells.drawing
- Klasse
ShapePath