line_to method
line_to
Adds a line segment to the current path.
def line_to(self, x, y):
...
| Parameter | Type | Description |
|---|---|---|
| x | float | The x-coordinate of the ending point of the line segment. |
| y | float | The y-coordinate of the ending point of the line segment. |
See Also
- module
aspose.svg.rendering - class
ICanvas