AddPolygon
AddPolygon(PointF[])
Fügt diesem Pfad ein Polygon hinzu.
public void AddPolygon(PointF[] points)
| Parameter | Typ | Beschreibung |
|---|---|---|
| points | PointF[] | Ein Array von PointF-Strukturen, das das hinzuzufügende Polygon definiert. |
Siehe auch
- struct PointF
- class GraphicsPath
- namensraum System.Drawing.Drawing2D
- Montage Aspose.Drawing
AddPolygon(Point[])
Fügt diesem Pfad ein Polygon hinzu.
public void AddPolygon(Point[] points)
| Parameter | Typ | Beschreibung |
|---|---|---|
| points | Point[] | Eine Reihe vonPoint Strukturen, die das hinzuzufügende Polygon definieren. |
Siehe auch
- struct Point
- class GraphicsPath
- namensraum System.Drawing.Drawing2D
- Montage Aspose.Drawing