CreateSVGPathSegCurvetoCubicSmoothRel

SVGPathElement.CreateSVGPathSegCurvetoCubicSmoothRel method

Returnerar ett fristående, föräldralöst SVGPathSegCurvetoCubicSmoothRel-objekt.

public SVGPathSegCurvetoCubicSmoothRel CreateSVGPathSegCurvetoCubicSmoothRel(float x, float y, 
    float x2, float y2)
ParameterTypBeskrivning
xSingleDen relativa X-koordinaten för slutpunkten för detta vägsegment.
ySingleDen relativa Y-koordinaten för ändpunkten för detta vägsegment.
x2SingleDen relativa X-koordinaten för den andra kontrollpunkten.
y2SingleDen relativa Y-koordinaten för den andra kontrollpunkten.

Returvärde

Ett fristående, föräldralöst SVGPathSegCurvetoCubicSmoothRel-objekt.

Se även