Static Sub Polygon ( Points As Integer[] )
Draws a polygon.
The Points parameter is an array of Integer containing the coordinates of the polygon vertexes. So there must be two integers in the array for each vertex.