turtle.TurtleScreen._drawpoly¶
-
TurtleScreen.
_drawpoly
(polyitem, coordlist, fill=None, outline=None, width=None, top=False)¶ Configure polygonitem polyitem according to provided arguments: coordlist is sequence of coordinates fill is filling color outline is outline color top is a boolean value, which specifies if polyitem will be put on top of the canvas’ displaylist so it will not be covered by other items.