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