DrawSquares
Draws a sequence of filled squares in a pixmap.
Syntax
-
DrawSquares(pm, L, c[, s])-
pmis a pixmap -
Lis a list of points -
cis a colour -
sis an integer
-
Description
DrawSquares(pm, L, c, s) draws a filled square with side s and colour c centred at each point (x, y) in L. If omitted, s defaults to 4.