SVGPathElement.CreateSVGPathSegLinetoVerticalRel

SVGPathElement.CreateSVGPathSegLinetoVerticalRel method

Returns a stand-alone, parentless SVGPathSegLinetoVerticalRel object.

public SVGPathSegLinetoVerticalRel CreateSVGPathSegLinetoVerticalRel(float y)
ParameterTypeDescription
ySingleThe relative Y coordinate for the end point of this path segment.

Return Value

A stand-alone, parentless SVGPathSegLinetoVerticalRel object.

See Also