SVGPathElement.CreateSVGPathSegCurvetoQuadraticSmoothAbs

SVGPathElement.CreateSVGPathSegCurvetoQuadraticSmoothAbs method

Retourneert een zelfstandig, ouderloos SVGPathSegCurvetoQuadraticSmoothAbs-object.

public SVGPathSegCurvetoQuadraticSmoothAbs CreateSVGPathSegCurvetoQuadraticSmoothAbs(float x, 
    float y)
ParameterTypeBeschrijving
xSingleDe absolute X-coördinaat voor het eindpunt van dit padsegment.
ySingleDe absolute Y-coördinaat voor het eindpunt van dit padsegment.

Winstwaarde

Een zelfstandig, ouderloos SVGPathSegCurvetoQuadraticSmoothAbs-object.

Zie ook