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