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