SVGPathElement.CreateSVGPathSegMovetoRel

SVGPathElement.CreateSVGPathSegMovetoRel method

Returns a stand-alone, parentless SVGPathSegMovetoRel object.

public SVGPathSegMovetoRel CreateSVGPathSegMovetoRel(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 SVGPathSegMovetoRel object.

See Also