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