SVGPathElement.CreateSVGPathSegLinetoRel

SVGPathElement.CreateSVGPathSegLinetoRel method

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

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

返回值

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

也可以看看