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