Graphics::FillPolygon Method

 

Fills the interior of a polygon defined by an array of points specified by Point structures.

Namespace:   System.Drawing
Assembly:  System.Drawing (in System.Drawing.dll)

NameDescription
System_CAPS_pubmethodFillPolygon(Brush^, array<Point>^)

Fills the interior of a polygon defined by an array of points specified by Point structures.

System_CAPS_pubmethodFillPolygon(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.

System_CAPS_pubmethodFillPolygon(Brush^, array<PointF>^)

Fills the interior of a polygon defined by an array of points specified by PointF structures.

System_CAPS_pubmethodFillPolygon(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.

Return to top
Show: