MetafileRecorderGraphics2D.FillPolygon
FillPolygon(Brush, Point[])
Fills the polygon.
public void FillPolygon(Brush brush, Point[] points)
Parameter | Type | Description |
---|---|---|
brush | Brush | Brush that determines the characteristics of the fill. |
points | Point[] | The points. |
See Also
- class Brush
- struct Point
- class MetafileRecorderGraphics2D
- namespace Aspose.Imaging.FileFormats.Emf.Graphics
- assembly Aspose.Imaging
FillPolygon(Brush, Point[], FillMode)
Fills the polygon.
public void FillPolygon(Brush brush, Point[] points, FillMode fillMode)
Parameter | Type | Description |
---|---|---|
brush | Brush | Brush that determines the characteristics of the fill. |
points | Point[] | The points. |
fillMode | FillMode | The fill mode. |
See Also
- class Brush
- struct Point
- enum FillMode
- class MetafileRecorderGraphics2D
- namespace Aspose.Imaging.FileFormats.Emf.Graphics
- assembly Aspose.Imaging