create_svg_path_seg_lineto_horizontal_rel method

create_svg_path_seg_lineto_horizontal_rel

Returns a stand-alone, parentless SVGPathSegLinetoHorizontalRel object.

Returns

A stand-alone, parentless SVGPathSegLinetoHorizontalRel object.

def create_svg_path_seg_lineto_horizontal_rel(self, x):
    ...
ParameterTypeDescription
xfloatThe relative X coordinate for the end point of this path segment.

See Also