GraphicsCache.DrawPolygon Method
Name | Parameters | Description |
---|---|---|
DrawPolygon(Point[], Color, Int32) | points, color, thickness | Draws a polygon defined by an array of Point structures. |
DrawPolygon(PointF[], Color, Int32) | points, color, thickness | Draws a polygon defined by an array of PointF structures. |