System::Drawing::Graphics::FillEllipse メソッド
コンテンツ
[
隠れる
]Graphics::FillEllipse(const SharedPtr<Brush>&, float, float, float, float) method
境界矩形で指定された楕円の内部を、指定されたブラシで塗りつぶします。
void System::Drawing::Graphics::FillEllipse(const SharedPtr<Brush> &brush, float x, float y, float width, float height)
| パラメーター | 型 | 説明 |
|---|---|---|
| brush | const SharedPtr<Brush>& | 塗りつぶしに使用する Brush オブジェクト |
| x | 単精度浮動小数点数 | バウンディング矩形の左上隅の X 座標 |
| y | 単精度浮動小数点数 | バウンディング矩形の左上隅の Y 座標 |
| width | 単精度浮動小数点数 | バウンディング矩形の幅 |
| height | 単精度浮動小数点数 | バウンディング矩形の高さ |
参照
- Typedef SharedPtr
- Class Brush
- Class Graphics
- Namespace System::Drawing
- Library Aspose.Page for C++
Graphics::FillEllipse(const SharedPtr<Brush>&, int, int, int, int) method
境界矩形で指定された楕円の内部を、指定されたブラシで塗りつぶします。
void System::Drawing::Graphics::FillEllipse(const SharedPtr<Brush> &brush, int x, int y, int width, int height)
| パラメーター | 型 | 説明 |
|---|---|---|
| brush | const SharedPtr<Brush>& | 塗りつぶしに使用する Brush オブジェクト |
| x | int | バウンディング矩形の左上隅の X 座標 |
| y | int | バウンディング矩形の左上隅の Y 座標 |
| width | int | バウンディング矩形の幅 |
| height | int | バウンディング矩形の高さ |
参照
- Typedef SharedPtr
- Class Brush
- Class Graphics
- Namespace System::Drawing
- Library Aspose.Page for C++
Graphics::FillEllipse(const SharedPtr<Brush>&, Rectangle) method
境界矩形で指定された楕円の内部を、指定されたブラシで塗りつぶします。
void System::Drawing::Graphics::FillEllipse(const SharedPtr<Brush> &brush, Rectangle rect)
| パラメーター | 型 | 説明 |
|---|---|---|
| brush | const SharedPtr<Brush>& | 塗りつぶしに使用する Brush オブジェクト |
| rect | Rectangle | 塗りつぶす楕円を定義するバウンディング矩形 |
参照
- Typedef SharedPtr
- Class Brush
- Class Rectangle
- Class Graphics
- Namespace System::Drawing
- Library Aspose.Page for C++
Graphics::FillEllipse(const SharedPtr<Brush>&, RectangleF) method
境界矩形で指定された楕円の内部を、指定されたブラシで塗りつぶします。
void System::Drawing::Graphics::FillEllipse(const SharedPtr<Brush> &brush, RectangleF rect)
| パラメーター | 型 | 説明 |
|---|---|---|
| brush | const SharedPtr<Brush>& | 塗りつぶしに使用する Brush オブジェクト |
| rect | RectangleF | 塗りつぶす楕円を定義するバウンディング矩形 |
参照
- Typedef SharedPtr
- Class Brush
- Class RectangleF
- Class Graphics
- Namespace System::Drawing
- Library Aspose.Page for C++