SVGPathElement.CreateSVGPathSegMovetoRel

SVGPathElement.CreateSVGPathSegMovetoRel method

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

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

戻り値

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

関連項目