System::Drawing::Drawing2D::GraphicsPath::AddPolygon méthode
GraphicsPath::AddPolygon(const ArrayPtr<Point>&) method
Ajoute le polygone spécifié au chemin représenté par l’objet actuel.
void System::Drawing::Drawing2D::GraphicsPath::AddPolygon(const ArrayPtr<Point> &points)
| Paramètre | Type | Description |
|---|---|---|
| points | const ArrayPtr<Point>& | Un tableau contenant les points qui spécifient le polygone à ajouter |
Voir aussi
- Typedef ArrayPtr
- Class Point
- Class GraphicsPath
- Namespace System::Drawing::Drawing2D
- Library Aspose.Font for C++
GraphicsPath::AddPolygon(const ArrayPtr<PointF>&) method
Ajoute le polygone spécifié au chemin représenté par l’objet actuel.
void System::Drawing::Drawing2D::GraphicsPath::AddPolygon(const ArrayPtr<PointF> &points)
| Paramètre | Type | Description |
|---|---|---|
| points | const ArrayPtr<PointF>& | Un tableau contenant les points qui spécifient le polygone à ajouter |
Voir aussi
- Typedef ArrayPtr
- Class PointF
- Class GraphicsPath
- Namespace System::Drawing::Drawing2D
- Library Aspose.Font for C++