line_to method
line_to
Adds a straight line segment from the current point to the specified coordinates.
def line_to(self, x, y):
...
Parameter | Type | Description |
---|---|---|
x | float | The x-coordinate of the destination point. |
y | float | The y-coordinate of the destination point. |
See Also
- module
aspose.svg.rendering
- class
IPath