[C#]
void DrawPolygon(Pen pen, Point[] points); void DrawPolygon(Pen pen, PointF[] points);
[Visual Basic]
Sub DrawPolygon(pen As Pen, points As Point()) Sub DrawPolygon(pen As Pen, points As PointF())
None.