In This Topic
Fill polygon from this document.
Syntax
'Declaration
Public Sub FillPolygon( _
ByVal As System.Drawing.Color, _
ByVal () As System.Drawing.PointF, _
Optional ByVal As System.Drawing.Drawing2D.FillMode _
)
public void FillPolygon(
System.Drawing.Color ,
System.Drawing.PointF[] ,
System.Drawing.Drawing2D.FillMode
)
Parameters
- clr
- The drawing color.
- points
- The array of the points for the polygon.
- fillMode
- System.Drawing.Drawing2D.FillMode parameter that determines how to handle overlapping areas within the polygon.
See Also