m method
m
Adds a ‘Move To’ command to the path data.
Returns
The current PathBuilder instance.
def m(self, x, y):
...
Parameter | Type | Description |
---|---|---|
x | float | The x-coordinate to move to. |
y | float | The y-coordinate to move to. |
See Also
- module
aspose.svg.builder
- class
PathBuilder