SVGPathElement.CreateSVGPathSegMovetoRel

SVGPathElement.CreateSVGPathSegMovetoRel method

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

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

返回值

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

也可以看看