Polygons

Informations

Author: Andrew Meier
License: Freeware

Description

This script allows to draw polygons.

Polygon(array points [, string style])

points: array of the form (x1, y1, x2, y2, ..., xn, yn) where (x1, y1) is the starting point and (xn, yn) is the last one.

style: style of rendering, the same as for Rect(): D, F or FD.