Graphics.FillPolygon Method
.NET Framework 4.5
Fills the interior of a polygon defined by an array of points specified by Point structures.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
FillPolygon(Brush, Point[]) | Fills the interior of a polygon defined by an array of points specified by Point structures. |
|
FillPolygon(Brush, PointF[]) | Fills the interior of a polygon defined by an array of points specified by PointF structures. |
|
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. |
|
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. |