AddPolygon
AddPolygon(PointF[])
Ajoute un polygone à ce chemin.
public void AddPolygon(PointF[] points)
Paramètre | Taper | La description |
---|---|---|
points | PointF[] | Un tableau de structures PointF qui définit le polygone à ajouter. |
Voir également
- struct PointF
- class GraphicsPath
- espace de noms System.Drawing.Drawing2D
- Assemblée Aspose.Drawing
AddPolygon(Point[])
Ajoute un polygone à ce chemin.
public void AddPolygon(Point[] points)
Paramètre | Taper | La description |
---|---|---|
points | Point[] | Un étalage dePoint structures qui définit le polygone à ajouter. |
Voir également
- struct Point
- class GraphicsPath
- espace de noms System.Drawing.Drawing2D
- Assemblée Aspose.Drawing