SVGPathElement.CreateSVGPathSegCurvetoCubicRel

SVGPathElement.CreateSVGPathSegCurvetoCubicRel method

Retourneert een zelfstandig, ouderloos SVGPathSegCurvetoCubicRel-object.

public SVGPathSegCurvetoCubicRel CreateSVGPathSegCurvetoCubicRel(float x, float y, float x1, 
    float y1, float x2, float y2)
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.
x2SingleDe relatieve X-coördinaat voor het tweede controlepunt.
y2SingleDe relatieve Y-coördinaat voor het tweede controlepunt.

Winstwaarde

Een zelfstandig, ouderloos SVGPathSegCurvetoCubicRel-object.

Zie ook