SVGPathElement.CreateSVGPathSegCurvetoCubicSmoothRel

SVGPathElement.CreateSVGPathSegCurvetoCubicSmoothRel method

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

public SVGPathSegCurvetoCubicSmoothRel CreateSVGPathSegCurvetoCubicSmoothRel(float x, float y, 
    float x2, float y2)
范围类型描述
xSingle此路径段终点的相对 X 坐标。
ySingle此路径段终点的相对 Y 坐标。
x2Single第二个控制点的相对 X 坐标。
y2Single第二个控制点的相对 Y 坐标。

返回值

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

也可以看看