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