This documentation is archived and is not being maintained.

Graphics::FillPolygon Method

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.

  NameDescription
Public method FillPolygon(Brush, array<Point>) Fills the interior of a polygon defined by an array of points specified by Point structures.
Public method FillPolygon(Brush, array<PointF>) Fills the interior of a polygon defined by an array of points specified by PointF structures.
Public method 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.
Public method 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.
Top
Show: