System::Drawing::Drawing2D::GraphicsPath::AddRectangles method
Inhalt
[
Ausblenden
]GraphicsPath::AddRectangles(const ArrayPtr<Rectangle>&) method
Fügt die angegebene Reihe von Rechtecken zum Pfad hinzu, der vom aktuellen Objekt dargestellt wird.
void System::Drawing::Drawing2D::GraphicsPath::AddRectangles(const ArrayPtr<Rectangle> &rects)
| Parameter | Typ | Beschreibung |
|---|---|---|
| rects | const ArrayPtr<Rectangle>& | Ein Array von Rectangle-Objekten, das die hinzuzufügenden Rechtecke darstellt. |
Siehe auch
- Typedef ArrayPtr
- Class Rectangle
- Class GraphicsPath
- Namespace System::Drawing::Drawing2D
- Library Aspose.Font for C++
GraphicsPath::AddRectangles(const ArrayPtr<RectangleF>&) method
Fügt die angegebene Reihe von Rechtecken zum Pfad hinzu, der vom aktuellen Objekt dargestellt wird.
void System::Drawing::Drawing2D::GraphicsPath::AddRectangles(const ArrayPtr<RectangleF> &rects)
| Parameter | Typ | Beschreibung |
|---|---|---|
| rects | const ArrayPtr<RectangleF>& | Ein Array von RectangleF-Objekten, das die hinzuzufügenden Rechtecke darstellt. |
Siehe auch
- Typedef ArrayPtr
- Class RectangleF
- Class GraphicsPath
- Namespace System::Drawing::Drawing2D
- Library Aspose.Font for C++