move_to method
move_to
Moves the current point to the specified coordinates.
def move_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