SVGPathElement.CreateSVGPathSegCurvetoCubicRel

SVGPathElement.CreateSVGPathSegCurvetoCubicRel method

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

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

戻り値

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

関連項目