SVGPathElement.CreateSVGPathSegCurvetoCubicSmoothRel

SVGPathElement.CreateSVGPathSegCurvetoCubicSmoothRel method

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

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

戻り値

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

関連項目