FillPolygon
Inhalt
[
Ausblenden
]FillPolygon(Brush, PointF[], FillMode)
Füllt das Innere eines Polygons, das durch ein Array von Punkten definiert ist, die durch PointF-Strukturen unter Verwendung des angegebenen Füllmodus definiert sind.
public void FillPolygon(Brush brush, PointF[] points, FillMode fillMode)
Parameter | Typ | Beschreibung |
---|---|---|
brush | Brush | Pinsel, der die Eigenschaften der Füllung bestimmt. |
points | PointF[] | Array von PointF-Strukturen, die die Scheitelpunkte des zu füllenden Polygons darstellen. |
fillMode | FillMode | Mitglied der FillMode-Enumeration, die den Stil der Füllung bestimmt. |
Siehe auch
- class Brush
- struct PointF
- enum FillMode
- class Graphics
- namensraum System.Drawing
- Montage Aspose.Drawing
FillPolygon(Brush, PointF[])
Füllt das Innere eines Polygons, das durch eine Reihe von Punkten definiert ist, die durch angegeben werdenPointF Strukturen.
public void FillPolygon(Brush brush, PointF[] points)
Parameter | Typ | Beschreibung |
---|---|---|
brush | Brush | Brush die die Eigenschaften der Füllung bestimmt. |
points | PointF[] | Anordnung vonPointF Strukturen, die die Eckpunkte des zu füllenden Polygons darstellen. |
Siehe auch
- class Brush
- struct PointF
- class Graphics
- namensraum System.Drawing
- Montage Aspose.Drawing
FillPolygon(Brush, Point[])
Füllt das Innere eines Polygons, das durch eine Reihe von Punkten definiert ist, die durch angegeben werdenPoint Strukturen.
public void FillPolygon(Brush brush, Point[] points)
Parameter | Typ | Beschreibung |
---|---|---|
brush | Brush | Brush die die Eigenschaften der Füllung bestimmt. |
points | Point[] | Anordnung vonPoint Strukturen, die die Eckpunkte des zu füllenden Polygons darstellen. |
Siehe auch
- class Brush
- struct Point
- class Graphics
- namensraum System.Drawing
- Montage Aspose.Drawing
FillPolygon(Brush, Point[], FillMode)
Füllt das Innere eines Polygons, das durch eine Reihe von Punkten definiert ist, die durch angegeben werdenPoint Strukturen, die den angegebenen Füllmodus verwenden.
public void FillPolygon(Brush brush, Point[] points, FillMode fillMode)
Parameter | Typ | Beschreibung |
---|---|---|
brush | Brush | Brush die die Eigenschaften der Füllung bestimmt. |
points | Point[] | Anordnung vonPointStrukturen, die die Eckpunkte des zu füllenden Polygons darstellen. |
fillMode | FillMode | Mitglied der FillMode-Enumeration, die den Stil der Füllung bestimmt. |
Siehe auch
- class Brush
- struct Point
- enum FillMode
- class Graphics
- namensraum System.Drawing
- Montage Aspose.Drawing