SVGPathElement.CreateSVGPathSegCurvetoQuadraticSmoothRel

SVGPathElement.CreateSVGPathSegCurvetoQuadraticSmoothRel method

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

public SVGPathSegCurvetoQuadraticSmoothRel CreateSVGPathSegCurvetoQuadraticSmoothRel(float x, 
    float y)
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.

Returvärde

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

Se även