SVGPathElement.CreateSVGPathSegLinetoRel

SVGPathElement.CreateSVGPathSegLinetoRel method

Returns a stand-alone, parentless SVGPathSegLinetoRel object.

public SVGPathSegLinetoRel CreateSVGPathSegLinetoRel(float x, float y)
ParameterTypeDescription
xSingleThe relative X coordinate for the end point of this path segment.
ySingleThe relative Y coordinate for the end point of this path segment.

Return Value

A stand-alone, parentless SVGPathSegLinetoRel object.

See Also