create_svg_path_seg_moveto_abs method
create_svg_path_seg_moveto_abs
Returns a stand-alone, parentless SVGPathSegMovetoAbs object.
Returns
A stand-alone, parentless SVGPathSegMovetoAbs object.
def create_svg_path_seg_moveto_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.html.dom.svg - class
SVGPathElement - class
SVGPathSegMovetoAbs