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

See Also