move_to method
move_to
Moves the starting point of a new sub-path to the (x, y) coordinates.
def move_to(self, x, y):
...
Parameter | Type | Description |
---|---|---|
x | float | The x axis of the point |
y | float | The y axis of the point |
See Also
- module
aspose.html.dom.canvas
- class
Path2D