SVGPathElement.CreateSVGPathSegLinetoAbs

SVGPathElement.CreateSVGPathSegLinetoAbs method

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

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

戻り値

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

関連項目