SVGPathElement.CreateSVGPathSegCurvetoCubicSmoothAbs

SVGPathElement.CreateSVGPathSegCurvetoCubicSmoothAbs method

Retourneert een zelfstandig, ouderloos SVGPathSegCurvetoCubicSmoothAbs-object.

public SVGPathSegCurvetoCubicSmoothAbs CreateSVGPathSegCurvetoCubicSmoothAbs(float x, float y, 
    float x2, float y2)
ParameterTypeBeschrijving
xSingleDe absolute X-coördinaat voor het eindpunt van dit padsegment.
ySingleDe absolute Y-coördinaat voor het eindpunt van dit padsegment.
x2SingleDe absolute X-coördinaat voor het tweede controlepunt.
y2SingleDe absolute Y-coördinaat voor het tweede controlepunt.

Winstwaarde

Een zelfstandig, ouderloos SVGPathSegCurvetoCubicSmoothAbs-object.

Zie ook