SVGPathElement.CreateSVGPathSegLinetoAbs

SVGPathElement.CreateSVGPathSegLinetoAbs method

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

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

返回值

一个独立的、无父对象的 SVGPathSegLinetoAbs 对象。

也可以看看