SVGPathElement.CreateSVGPathSegCurvetoCubicSmoothAbs

SVGPathElement.CreateSVGPathSegCurvetoCubicSmoothAbs method

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

public SVGPathSegCurvetoCubicSmoothAbs CreateSVGPathSegCurvetoCubicSmoothAbs(float x, float y, 
    float x2, float y2)
パラメータタイプ説明
xSingleこのパス セグメントの終点の絶対 X 座標。
ySingleこのパス セグメントの終点の絶対 Y 座標。
x2Single2 番目の制御点の絶対 X 座標。
y2Single2 番目の制御点の絶対 Y 座標。

戻り値

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

関連項目