FillPolygon Method
Summary
Fills the interior of a polygon using an array of Point and the specified brush.
Syntax
vb[VB Syntax]
Public Sub FillPolygon( _
ByVal _brush_ As Brush, _
ByVal _points_() As Point _
)
public:
void FillPolygon(
Brush^ brush,
array<Point>^ points
)
Parameters
brush
The brush used to fill the polygon's interior.
points
Array of Point structures that represent the vertices of the polygon.