FillPolygon
FillPolygon(Brush, Point[])
Fyller polygonen.
public void FillPolygon(Brush brush, Point[] points)
Parameter | Typ | Beskrivning |
---|---|---|
brush | Brush | Pensel som bestämmer fyllningens egenskaper. |
points | Point[] | Poängen. |
Se även
- class Brush
- struct Point
- class MetafileRecorderGraphics2D
- namnutrymme Aspose.Imaging.FileFormats.Emf.Graphics
- hopsättning Aspose.Imaging
FillPolygon(Brush, Point[], FillMode)
Fyller polygonen.
public void FillPolygon(Brush brush, Point[] points, FillMode fillMode)
Parameter | Typ | Beskrivning |
---|---|---|
brush | Brush | Pensel som bestämmer fyllningens egenskaper. |
points | Point[] | Poängen. |
fillMode | FillMode | Fyllningsläget. |
Se även
- class Brush
- struct Point
- enum FillMode
- class MetafileRecorderGraphics2D
- namnutrymme Aspose.Imaging.FileFormats.Emf.Graphics
- hopsättning Aspose.Imaging