DrawSquares
Draws a sequence of filled squares in a pixmap.
Syntax
-
DrawSquares(pm, L, c[, s])
-
pm
is a pixmap -
L
is a list of points -
c
is a colour -
s
is 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
.