SVGPathElement.CreateSVGPathSegCurvetoCubicRel

SVGPathElement.CreateSVGPathSegCurvetoCubicRel method

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

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

返回值

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

也可以看看