SVGPathElement.CreateSVGPathSegCurvetoQuadraticRel

SVGPathElement.CreateSVGPathSegCurvetoQuadraticRel method

Retourneert een zelfstandig, ouderloos SVGPathSegCurvetoQuadraticRel-object.

public SVGPathSegCurvetoQuadraticRel CreateSVGPathSegCurvetoQuadraticRel(float x, float y, 
    float x1, float y1)
ParameterTypeBeschrijving
xSingleDe relatieve X-coördinaat voor het eindpunt van dit padsegment.
ySingleDe relatieve Y-coördinaat voor het eindpunt van dit padsegment.
x1SingleDe relatieve X-coördinaat voor het eerste controlepunt.
y1SingleDe relatieve Y-coördinaat voor het eerste controlepunt.

Winstwaarde

Een zelfstandig, ouderloos SVGPathSegCurvetoQuadraticRel-object.

Zie ook