SVGPathElement.CreateSVGPathSegCurvetoQuadraticAbs

SVGPathElement.CreateSVGPathSegCurvetoQuadraticAbs method

Retourneert een zelfstandig, ouderloos SVGPathSegCurvetoQuadraticAbs-object.

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

Winstwaarde

Een zelfstandig, ouderloos SVGPathSegCurvetoQuadraticAbs-object.

Zie ook