GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Drawing Namespace / GcGraphics Class / FillPolygon Method / FillPolygon(Quadrilateral,Color) Method
A quadrilateral specifying the polygon.
The fill color.

In This Topic
FillPolygon(Quadrilateral,Color) Method
In This Topic
Fills a polygon specified by an array of points, using a specified color and fill mode.
Syntax
'Declaration
 
Public Overloads Sub FillPolygon( _
   ByVal quadrilateral As Quadrilateral, _
   ByVal color As System.Drawing.Color _
) 
 

Parameters

quadrilateral
A quadrilateral specifying the polygon.
color
The fill color.
See Also