SVGPathElement.CreateSVGPathSegCurvetoQuadraticSmoothRel

SVGPathElement.CreateSVGPathSegCurvetoQuadraticSmoothRel method

返回一个独立的、无父项的 SVGPathSegCurvetoQuadraticSmoothRel 对象。

public SVGPathSegCurvetoQuadraticSmoothRel CreateSVGPathSegCurvetoQuadraticSmoothRel(float x, 
    float y)
范围类型描述
xSingle此路径段终点的相对 X 坐标。
ySingle此路径段终点的相对 Y 坐标。

返回值

一个独立的、无父项的 SVGPathSegCurvetoQuadraticSmoothRel 对象。

也可以看看