System::Drawing::Drawing2D::GraphicsPath::AddArc メソッド
コンテンツ
[
隠れる
]GraphicsPath::AddArc(const Rectangle&, float, float) method
指定された楕円弧を、現在のオブジェクトが表すパスに追加します。
void System::Drawing::Drawing2D::GraphicsPath::AddArc(const Rectangle &rect, float startAngle, float sweepAngle)
| パラメーター | 型 | 説明 |
|---|---|---|
| rect | const Rectangle& | 弧が描かれる楕円を囲む矩形 |
| startAngle | 単精度浮動小数点数 | X 軸から時計回りに測定した、弧の開始角度(度)を指定します |
| sweepAngle | 単精度浮動小数点数 | 開始角度と弧の終点角度との間の角度を指定します |
参照
- Class Rectangle
- Class GraphicsPath
- Namespace System::Drawing::Drawing2D
- Library Aspose.Page for C++
GraphicsPath::AddArc(const RectangleF&, float, float) method
指定された楕円弧を、現在のオブジェクトが表すパスに追加します。
void System::Drawing::Drawing2D::GraphicsPath::AddArc(const RectangleF &rect, float startAngle, float sweepAngle)
| パラメーター | 型 | 説明 |
|---|---|---|
| rect | const RectangleF& | 弧が描かれる楕円を囲む矩形 |
| startAngle | 単精度浮動小数点数 | X 軸から時計回りに測定した、弧の開始角度(度)を指定します |
| sweepAngle | 単精度浮動小数点数 | 開始角度と弧の終点角度との間の角度を指定します |
参照
- Class RectangleF
- Class GraphicsPath
- Namespace System::Drawing::Drawing2D
- Library Aspose.Page for C++
GraphicsPath::AddArc(float, float, float, float, float, float) method
指定された楕円弧を、現在のオブジェクトが表すパスに追加します。
void System::Drawing::Drawing2D::GraphicsPath::AddArc(float x, float y, float width, float height, float startAngle, float sweepAngle)
| パラメーター | 型 | 説明 |
|---|---|---|
| x | 単精度浮動小数点数 | 弧が描かれる楕円を囲む矩形の左上隅の X 座標 |
| y | 単精度浮動小数点数 | 弧が描かれる楕円を囲む矩形の左上隅の Y 座標 |
| width | 単精度浮動小数点数 | 弧が描かれる楕円を囲む矩形の左上隅の幅 |
| height | 単精度浮動小数点数 | 弧が描かれる楕円を囲む矩形の左上隅の高さ |
| startAngle | 単精度浮動小数点数 | X 軸から時計回りに測定した、弧の開始角度(度)を指定します |
| sweepAngle | 単精度浮動小数点数 | 開始角度と弧の終点角度との間の角度を指定します |
参照
- Class GraphicsPath
- Namespace System::Drawing::Drawing2D
- Library Aspose.Page for C++
GraphicsPath::AddArc(int, int, int, int, float, float) method
指定された楕円弧を、現在のオブジェクトが表すパスに追加します。
void System::Drawing::Drawing2D::GraphicsPath::AddArc(int x, int y, int width, int height, float startAngle, float sweepAngle)
| パラメーター | 型 | 説明 |
|---|---|---|
| x | int | 弧が描かれる楕円を囲む矩形の左上隅の X 座標 |
| y | int | 弧が描かれる楕円を囲む矩形の左上隅の Y 座標 |
| width | int | 弧が描かれる楕円を囲む矩形の左上隅の幅 |
| height | int | 弧が描かれる楕円を囲む矩形の左上隅の高さ |
| startAngle | 単精度浮動小数点数 | X 軸から時計回りに測定した、弧の開始角度(度)を指定します |
| sweepAngle | 単精度浮動小数点数 | 開始角度と弧の終点角度との間の角度を指定します |
参照
- Class GraphicsPath
- Namespace System::Drawing::Drawing2D
- Library Aspose.Page for C++