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