System::Drawing::Drawing2D::GraphicsPath::AddRectangles méthode
GraphicsPath::AddRectangles(const ArrayPtr<Rectangle>&) method
Ajoute la série de rectangles spécifiée au chemin représenté par l’objet actuel.
void System::Drawing::Drawing2D::GraphicsPath::AddRectangles(const ArrayPtr<Rectangle> &rects)
| Paramètre | Type | Description |
|---|---|---|
| rects | const ArrayPtr<Rectangle>& | Un tableau d’objets Rectangle représentant les rectangles à ajouter |
Voir aussi
- Typedef ArrayPtr
- Class Rectangle
- Class GraphicsPath
- Namespace System::Drawing::Drawing2D
- Library Aspose.Font for C++
GraphicsPath::AddRectangles(const ArrayPtr<RectangleF>&) method
Ajoute la série de rectangles spécifiée au chemin représenté par l’objet actuel.
void System::Drawing::Drawing2D::GraphicsPath::AddRectangles(const ArrayPtr<RectangleF> &rects)
| Paramètre | Type | Description |
|---|---|---|
| rects | const ArrayPtr<RectangleF>& | Un tableau d’objets RectangleF représentant les rectangles à ajouter |
Voir aussi
- Typedef ArrayPtr
- Class RectangleF
- Class GraphicsPath
- Namespace System::Drawing::Drawing2D
- Library Aspose.Font for C++