This documentation is archived and is not being maintained.
Graphics::FillPolygon Method
Visual Studio 2008
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, array<Point>) | Fills the interior of a polygon defined by an array of points specified by Point structures. |
|
FillPolygon(Brush, array<PointF>) | Fills the interior of a polygon defined by an array of points specified by PointF structures. |
|
FillPolygon(Brush, array<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, array<PointF>, FillMode) | Fills the interior of a polygon defined by an array of points specified by PointF structures using the specified fill mode. |
Show: