SVGPathElement.CreateSVGPathSegCurvetoQuadraticSmoothRel

SVGPathElement.CreateSVGPathSegCurvetoQuadraticSmoothRel method

Retourneert een zelfstandig, ouderloos SVGPathSegCurvetoQuadraticSmoothRel-object.

public SVGPathSegCurvetoQuadraticSmoothRel CreateSVGPathSegCurvetoQuadraticSmoothRel(float x, 
    float y)
ParameterTypeBeschrijving
xSingleDe relatieve X-coördinaat voor het eindpunt van dit padsegment.
ySingleDe relatieve Y-coördinaat voor het eindpunt van dit padsegment.

Winstwaarde

Een zelfstandig, ouderloos SVGPathSegCurvetoQuadraticSmoothRel-object.

Zie ook