SVGPathElement.CreateSVGPathSegCurvetoCubicAbs

SVGPathElement.CreateSVGPathSegCurvetoCubicAbs method

Retourneert een zelfstandig, ouderloos SVGPathSegCurvetoCubicAbs-object.

public SVGPathSegCurvetoCubicAbs CreateSVGPathSegCurvetoCubicAbs(float x, float y, float x1, 
    float y1, 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.
x1SingleDe absolute X-coördinaat voor het eerste controlepunt.
y1SingleDe absolute Y-coördinaat voor het eerste controlepunt.
x2SingleDe absolute X-coördinaat voor het tweede controlepunt.
y2SingleDe absolute Y-coördinaat voor het tweede controlepunt.

Winstwaarde

Een zelfstandig, ouderloos SVGPathSegCurvetoCubicAbs-object.

Zie ook