SVGPathElement.CreateSVGPathSegLinetoRel

SVGPathElement.CreateSVGPathSegLinetoRel method

スタンドアロンで親のない SVGPathSegLinetoRel オブジェクトを返します。

public SVGPathSegLinetoRel CreateSVGPathSegLinetoRel(float x, float y)
パラメータタイプ説明
xSingleこのパス セグメントの終点の相対 X 座標。
ySingleこのパス セグメントの終点の相対 Y 座標。

戻り値

スタンドアロンで親のない SVGPathSegLinetoRel オブジェクト。

関連項目