Graphics::FillPolygon Method
.NET Framework (current version)
Fills the interior of a polygon defined by an array of points specified by Point structures.
Assembly: System.Drawing (in System.Drawing.dll)
| 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<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>^) | Fills the interior of a polygon defined by an array of points specified by PointF structures. |
![]() | 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:
