System::Drawing::Graphics::FillRectangles メソッド
Graphics::FillRectangles(const SharedPtr<Brush>&, const ArrayPtr<Rectangle>&) method
指定されたブラシを使用して、一連の矩形を塗りつぶします。
void System::Drawing::Graphics::FillRectangles(const SharedPtr<Brush> &brush, const ArrayPtr<Rectangle> &rects)
| パラメーター | 型 | 説明 |
|---|---|---|
| ブラシ | const SharedPtr<Brush>& | 矩形を塗りつぶす際に使用するブラシ |
| rects | const ArrayPtr<Rectangle>& | 描画する矩形の Array |
参照
- Typedef SharedPtr
- Class Brush
- Typedef ArrayPtr
- Class Rectangle
- Class Graphics
- Namespace System::Drawing
- Library Aspose.Page for C++
Graphics::FillRectangles(const SharedPtr<Brush>&, const ArrayPtr<RectangleF>&) method
指定されたブラシを使用して、一連の矩形を塗りつぶします。
void System::Drawing::Graphics::FillRectangles(const SharedPtr<Brush> &brush, const ArrayPtr<RectangleF> &rects)
| パラメーター | 型 | 説明 |
|---|---|---|
| ブラシ | const SharedPtr<Brush>& | 矩形を塗りつぶす際に使用するブラシ |
| rects | const ArrayPtr<RectangleF>& | 描画する矩形の Array |
参照
- Typedef SharedPtr
- Class Brush
- Typedef ArrayPtr
- Class RectangleF
- Class Graphics
- Namespace System::Drawing
- Library Aspose.Page for C++