System::Drawing::Graphics::FillRectangles method
Contents
[
Hide
]Graphics::FillRectangles(const SharedPtr<Brush>&, const ArrayPtr<Rectangle>&) method
Fills a series of rectangles using the specified brush.
void System::Drawing::Graphics::FillRectangles(const SharedPtr<Brush> &brush, const ArrayPtr<Rectangle> &rects)
Parameter | Type | Description |
---|---|---|
brush | const SharedPtr<Brush>& | A brush to use when filling the rectangles |
rects | const ArrayPtr<Rectangle>& | Array of rectangles to draw |
See Also
- Typedef SharedPtr
- Class Brush
- Typedef ArrayPtr
- Class Rectangle
- Class Graphics
- Namespace System::Drawing
- Library Aspose.TeX for C++
Graphics::FillRectangles(const SharedPtr<Brush>&, const ArrayPtr<RectangleF>&) method
Fills a series of rectangles using the specified brush.
void System::Drawing::Graphics::FillRectangles(const SharedPtr<Brush> &brush, const ArrayPtr<RectangleF> &rects)
Parameter | Type | Description |
---|---|---|
brush | const SharedPtr<Brush>& | A brush to use when filling the rectangles |
rects | const ArrayPtr<RectangleF>& | Array of rectangles to draw |
See Also
- Typedef SharedPtr
- Class Brush
- Typedef ArrayPtr
- Class RectangleF
- Class Graphics
- Namespace System::Drawing
- Library Aspose.TeX for C++