Method DrawPolygon
DrawPolygon(Point[], Color)
When implemented by a class, draws a polygon defined by an array of Point structures.
void DrawPolygon(Point[] points, Color color)
When implemented by a class, draws a polygon defined by an array of Point structures.
void DrawPolygon(Point[] points, Color color)