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