SVGPathElement.CreateSVGPathSegLinetoHorizontalRel

SVGPathElement.CreateSVGPathSegLinetoHorizontalRel method

Returns a stand-alone, parentless SVGPathSegLinetoHorizontalRel object.

public SVGPathSegLinetoHorizontalRel CreateSVGPathSegLinetoHorizontalRel(float x)
ParameterTypeDescription
xSingleThe relative X coordinate for the end point of this path segment.

Return Value

A stand-alone, parentless SVGPathSegLinetoHorizontalRel object.

See Also