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):
    ...
ParameterTypeDescription
xfloatThe absolute X coordinate for the end point of this path segment.
yfloatThe absolute Y coordinate for the end point of this path segment.

See Also