CreateSVGPathSegMovetoAbs

SVGPathElement.CreateSVGPathSegMovetoAbs method

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

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

返回值

一个独立的无父 SVGPathSegMovetoAbs 对象。

也可以看看