FillPolygon
FillPolygon(Brush, Point[])
Füllt das Polygon.
public void FillPolygon(Brush brush, Point[] points)
Parameter | Typ | Beschreibung |
---|---|---|
brush | Brush | Pinsel, der die Eigenschaften der Füllung bestimmt. |
points | Point[] | Die Punkte. |
Siehe auch
- class Brush
- struct Point
- class MetafileRecorderGraphics2D
- namensraum Aspose.Imaging.FileFormats.Emf.Graphics
- Montage Aspose.Imaging
FillPolygon(Brush, Point[], FillMode)
Füllt das Polygon.
public void FillPolygon(Brush brush, Point[] points, FillMode fillMode)
Parameter | Typ | Beschreibung |
---|---|---|
brush | Brush | Pinsel, der die Eigenschaften der Füllung bestimmt. |
points | Point[] | Die Punkte. |
fillMode | FillMode | Der Füllmodus. |
Siehe auch
- class Brush
- struct Point
- enum FillMode
- class MetafileRecorderGraphics2D
- namensraum Aspose.Imaging.FileFormats.Emf.Graphics
- Montage Aspose.Imaging