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