SVGPathElement.CreateSVGPathSegCurvetoCubicSmoothRel

SVGPathElement.CreateSVGPathSegCurvetoCubicSmoothRel method

Retourneert een zelfstandig, ouderloos SVGPathSegCurvetoCubicSmoothRel-object.

public SVGPathSegCurvetoCubicSmoothRel CreateSVGPathSegCurvetoCubicSmoothRel(float x, float y, 
    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.
x2SingleDe relatieve X-coördinaat voor het tweede controlepunt.
y2SingleDe relatieve Y-coördinaat voor het tweede controlepunt.

Winstwaarde

Een zelfstandig, ouderloos SVGPathSegCurvetoCubicSmoothRel-object.

Zie ook