SVGPathElement.CreateSVGPathSegCurvetoCubicRel
SVGPathElement.CreateSVGPathSegCurvetoCubicRel method
スタンドアロンで親のない SVGPathSegCurvetoCubicRel オブジェクトを返します。
public SVGPathSegCurvetoCubicRel CreateSVGPathSegCurvetoCubicRel(float x, float y, float x1,
float y1, float x2, float y2)
パラメータ | タイプ | 説明 |
---|---|---|
x | Single | このパス セグメントの終点の相対 X 座標。 |
y | Single | このパス セグメントの終点の相対 Y 座標。 |
x1 | Single | 最初の制御点の相対 X 座標。 |
y1 | Single | 最初の制御点の相対 Y 座標。 |
x2 | Single | 2 番目の制御点の相対 X 座標。 |
y2 | Single | 2 番目の制御点の相対 Y 座標。 |
戻り値
スタンドアロンで親のない SVGPathSegCurvetoCubicRel オブジェクト。
関連項目
- class SVGPathSegCurvetoCubicRel
- class SVGPathElement
- 名前空間 Aspose.Html.Dom.Svg
- 組み立て Aspose.HTML