SVGPathElement.CreateSVGPathSegMovetoAbs

SVGPathElement.CreateSVGPathSegMovetoAbs method

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

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

戻り値

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

関連項目