In This Topic
Draw poligon from this document.
Syntax
'Declaration
Public Sub DrawPolygon( _
ByVal As Pen, _
ByVal () As Point _
)
public void DrawPolygon(
Pen ,
Point[]
)
Parameters
- pen
- The drawing pen.
- points
- The array of the points for the poligon.
See Also