System::Drawing::Graphics::FillRectangles metodo
Contenuti
[
Nascondere
]Graphics::FillRectangles(const SharedPtr<Brush>&, const ArrayPtr<Rectangle>&) method
Riempie una serie di rettangoli utilizzando il pennello specificato.
void System::Drawing::Graphics::FillRectangles(const SharedPtr<Brush> &brush, const ArrayPtr<Rectangle> &rects)
| Parametro | Tipo | Descrizione |
|---|---|---|
| pennello | const SharedPtr<Brush>& | Un pennello da usare per riempire i rettangoli |
| rects | const ArrayPtr<Rectangle>& | Array di rettangoli da disegnare |
Vedi anche
- 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
Riempie una serie di rettangoli utilizzando il pennello specificato.
void System::Drawing::Graphics::FillRectangles(const SharedPtr<Brush> &brush, const ArrayPtr<RectangleF> &rects)
| Parametro | Tipo | Descrizione |
|---|---|---|
| pennello | const SharedPtr<Brush>& | Un pennello da usare per riempire i rettangoli |
| rects | const ArrayPtr<RectangleF>& | Array di rettangoli da disegnare |
Vedi anche
- Typedef SharedPtr
- Class Brush
- Typedef ArrayPtr
- Class RectangleF
- Class Graphics
- Namespace System::Drawing
- Library Aspose.Page for C++