System::Drawing::Drawing2D::GraphicsPath::AddRectangles metodo
GraphicsPath::AddRectangles(const ArrayPtr<Rectangle>&) method
Aggiunge la serie specificata di rettangoli al percorso rappresentato dall’oggetto corrente.
void System::Drawing::Drawing2D::GraphicsPath::AddRectangles(const ArrayPtr<Rectangle> &rects)
| Parametro | Tipo | Descrizione |
|---|---|---|
| rects | const ArrayPtr<Rectangle>& | Un array di oggetti Rectangle che rappresentano i rettangoli da aggiungere |
Vedi anche
- Typedef ArrayPtr
- Class Rectangle
- Class GraphicsPath
- Namespace System::Drawing::Drawing2D
- Library Aspose.Font for C++
GraphicsPath::AddRectangles(const ArrayPtr<RectangleF>&) method
Aggiunge la serie specificata di rettangoli al percorso rappresentato dall’oggetto corrente.
void System::Drawing::Drawing2D::GraphicsPath::AddRectangles(const ArrayPtr<RectangleF> &rects)
| Parametro | Tipo | Descrizione |
|---|---|---|
| rects | const ArrayPtr<RectangleF>& | Un array di oggetti RectangleF che rappresentano i rettangoli da aggiungere |
Vedi anche
- Typedef ArrayPtr
- Class RectangleF
- Class GraphicsPath
- Namespace System::Drawing::Drawing2D
- Library Aspose.Font for C++