SVGPathElement.CreateSVGPathSegCurvetoCubicSmoothRel

SVGPathElement.CreateSVGPathSegCurvetoCubicSmoothRel method

Gibt ein eigenständiges, übergeordnetes SVGPathSegCurvetoCubicSmoothRel-Objekt zurück.

public SVGPathSegCurvetoCubicSmoothRel CreateSVGPathSegCurvetoCubicSmoothRel(float x, float y, 
    float x2, float y2)
ParameterTypBeschreibung
xSingleDie relative X-Koordinate für den Endpunkt dieses Pfadsegments.
ySingleDie relative Y-Koordinate für den Endpunkt dieses Pfadsegments.
x2SingleDie relative X-Koordinate für den zweiten Kontrollpunkt.
y2SingleDie relative Y-Koordinate für den zweiten Kontrollpunkt.

Rückgabewert

Ein eigenständiges, übergeordnetes SVGPathSegCurvetoCubicSmoothRel-Objekt.

Siehe auch