polygon
draw.polygon()
Draws a polygon using the given vertices.
draw.polygon([x, y,
x, y,
x, y,
...])
[x, y,
x, y,
x, y,
...]
Array
List of vertices to draw polygons.
draw.polygon()
Draws a polygon using the given vertices.
draw.polygon([x, y,
x, y,
x, y,
...])
[x, y,
x, y,
x, y,
...]
Array
List of vertices to draw polygons.