SVGPathElement.CreateSVGPathSegCurvetoQuadraticSmoothRel

SVGPathElement.CreateSVGPathSegCurvetoQuadraticSmoothRel method

Returns a stand-alone, parentless SVGPathSegCurvetoQuadraticSmoothRel object.

public SVGPathSegCurvetoQuadraticSmoothRel CreateSVGPathSegCurvetoQuadraticSmoothRel(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 SVGPathSegCurvetoQuadraticSmoothRel object.

See Also