SVGPathElement.CreateSVGPathSegLinetoVerticalAbs

SVGPathElement.CreateSVGPathSegLinetoVerticalAbs method

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

public SVGPathSegLinetoVerticalAbs CreateSVGPathSegLinetoVerticalAbs(float y)
パラメータタイプ説明
ySingleこのパス セグメントの終点の絶対 Y 座標。

戻り値

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

関連項目