In This Topic
Fill poligon from this document.
Syntax
'Declaration
Public Sub FillPolygon( _
ByVal As Color, _
ByVal () As Point _
)
public void FillPolygon(
Color ,
Point[]
)
Parameters
- clr
- The drawing color.
- points
- The array of the points for the poligon.
See Also