Void poly(Image img, [Pair<Int, Int> ] points, Colour col, Bool filled=false)
Arguments
img: The imagepoints: A list of pairs (in X,Y order) giving the corners of the polygon.col: Colour of the polygon's borderfilled: If this is true, the polygon will be filled with the same colour as the border.
Usage
Draws a polygon with the specified corners.