move_to method
move_to
Moves the starting point of a new subpath to the specified point.
def move_to(self, x, y):
...
| Parameter | Type | Description |
|---|---|---|
| x | float | The x-coordinate of the starting point. |
| y | float | The y-coordinate of the starting point. |
See Also
- module
aspose.svg.rendering - class
ICanvas