Graphics.FillPolygon Method
.NET Framework 3.0
Fills the interior of a polygon defined by an array of points specified by Point structures.
| Name | Description |
|---|---|
| Graphics.FillPolygon (Brush, Point[]) | Fills the interior of a polygon defined by an array of points specified by Point structures. Supported by the .NET Compact Framework. |
| Graphics.FillPolygon (Brush, PointF[]) | Fills the interior of a polygon defined by an array of points specified by PointF structures. |
| Graphics.FillPolygon (Brush, Point[], FillMode) | Fills the interior of a polygon defined by an array of points specified by Point structures using the specified fill mode. |
| Graphics.FillPolygon (Brush, PointF[], FillMode) | Fills the interior of a polygon defined by an array of points specified by PointF structures using the specified fill mode. |
Community Additions
ADD
Show: