SVGPathElement.CreateSVGPathSegCurvetoCubicSmoothAbs

SVGPathElement.CreateSVGPathSegCurvetoCubicSmoothAbs method

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

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

返回值

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

也可以看看