SVGPathElement.CreateSVGPathSegCurvetoQuadraticAbs

SVGPathElement.CreateSVGPathSegCurvetoQuadraticAbs method

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

public SVGPathSegCurvetoQuadraticAbs CreateSVGPathSegCurvetoQuadraticAbs(float x, float y, 
    float x1, float y1)
范围类型描述
xSingle此路径段终点的绝对 X 坐标。
ySingle此路径段终点的绝对 Y 坐标。
x1Single第一个控制点的绝对 X 坐标。
y1Single第一个控制点的绝对 Y 坐标。

返回值

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

也可以看看