create_svg_path_seg_lineto_vertical_rel method
create_svg_path_seg_lineto_vertical_rel
Returns a stand-alone, parentless SVGPathSegLinetoVerticalRel object.
Returns
A stand-alone, parentless SVGPathSegLinetoVerticalRel object.
def create_svg_path_seg_lineto_vertical_rel(self, y):
...
| Parameter | Type | Description |
|---|---|---|
| y | float | The relative Y coordinate for the end point of this path segment. |
See Also
- module
aspose.html.dom.svg - class
SVGPathElement - class
SVGPathSegLinetoVerticalRel