System::Drawing::Graphics::DrawArc メソッド
コンテンツ
[
隠れる
]Graphics::DrawArc(const SharedPtr<Pen>&, float, float, float, float, float, float) method
現在のオブジェクトが表すサーフェス上に、指定されたペンを使用して指定された弧を描画します。
void System::Drawing::Graphics::DrawArc(const SharedPtr<Pen> &pen, float x, float y, float width, float height, float startAngle, float sweepAngle)
| パラメーター | 型 | 説明 |
|---|---|---|
| ペン | const SharedPtr<Pen>& | 弧を描画する際に使用するペン |
| x | 単精度浮動小数点数 | 楕円を定義する矩形の左上隅の X 座標 |
| y | 単精度浮動小数点数 | 楕円を定義する矩形の左上隅の Y 座標 |
| width | 単精度浮動小数点数 | 楕円を定義する矩形の幅 |
| height | 単精度浮動小数点数 | 楕円を定義する矩形の高さ |
| startAngle | 単精度浮動小数点数 | X 軸から弧の開始点まで、時計回りに測定した角度(度) |
| sweepAngle | 単精度浮動小数点数 | startAngle から弧の終了点まで、時計回りに測定した角度(度) |
参照
- Typedef SharedPtr
- Class Pen
- Class Graphics
- Namespace System::Drawing
- Library Aspose.Page for C++
Graphics::DrawArc(const SharedPtr<Pen>&, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t) method
現在のオブジェクトが表すサーフェス上に、指定されたペンを使用して指定された弧を描画します。
void System::Drawing::Graphics::DrawArc(const SharedPtr<Pen> &pen, int32_t x, int32_t y, int32_t width, int32_t height, int32_t startAngle, int32_t sweepAngle)
| パラメーター | 型 | 説明 |
|---|---|---|
| ペン | const SharedPtr<Pen>& | 弧を描画する際に使用するペン |
| x | int32_t | 楕円を定義する矩形の左上隅の X 座標 |
| y | int32_t | 楕円を定義する矩形の左上隅の Y 座標 |
| width | int32_t | 楕円を定義する矩形の幅 |
| height | int32_t | 楕円を定義する矩形の高さ |
| startAngle | int32_t | X 軸から弧の開始点まで、時計回りに測定した角度(度) |
| sweepAngle | int32_t | startAngle から弧の終了点まで、時計回りに測定した角度(度) |
参照
- Typedef SharedPtr
- Class Pen
- Class Graphics
- Namespace System::Drawing
- Library Aspose.Page for C++
Graphics::DrawArc(const SharedPtr<Pen>&, Rectangle, float, float) method
現在のオブジェクトが表すサーフェス上に、指定されたペンを使用して指定された弧を描画します。
void System::Drawing::Graphics::DrawArc(const SharedPtr<Pen> &pen, Rectangle rect, float startAngle, float sweepAngle)
| パラメーター | 型 | 説明 |
|---|---|---|
| ペン | const SharedPtr<Pen>& | 弧を描画する際に使用するペン |
| rect | Rectangle | 楕円を定義する矩形 |
| startAngle | 単精度浮動小数点数 | X 軸から弧の開始点まで、時計回りに測定した角度(度) |
| sweepAngle | 単精度浮動小数点数 | startAngle から弧の終了点まで、時計回りに測定した角度(度) |
参照
- Typedef SharedPtr
- Class Pen
- Class Rectangle
- Class Graphics
- Namespace System::Drawing
- Library Aspose.Page for C++
Graphics::DrawArc(const SharedPtr<Pen>&, RectangleF, float, float) method
現在のオブジェクトが表すサーフェス上に、指定されたペンを使用して指定された弧を描画します。
void System::Drawing::Graphics::DrawArc(const SharedPtr<Pen> &pen, RectangleF rect, float startAngle, float sweepAngle)
| パラメーター | 型 | 説明 |
|---|---|---|
| ペン | const SharedPtr<Pen>& | 弧を描画する際に使用するペン |
| rect | RectangleF | 楕円を定義する矩形 |
| startAngle | 単精度浮動小数点数 | X 軸から弧の開始点まで、時計回りに測定した角度(度) |
| sweepAngle | 単精度浮動小数点数 | startAngle から弧の終了点まで、時計回りに測定した角度(度) |
参照
- Typedef SharedPtr
- Class Pen
- Class RectangleF
- Class Graphics
- Namespace System::Drawing
- Library Aspose.Page for C++