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