DrawDisks
Draws a sequence of disks in a pixmap.
Syntax
-
DrawDisks(pm, L, c[, r])
-
pm
is a pixmap -
L
is a list of points -
c
is a colour -
r
is an integer
-
Description
DrawDisks(pm, L, c, r)
draws a filled circle (disk) of radius r
and colour c
centred at each point (x, y)
in L
. If omitted, r
defaults to 4
.