DrawDisk
Draws a disk in a pixmap.
Syntax
-
DrawDisk(pm, x, y, c[, r])
-
pm
is a pixmap -
x
andy
are integers -
c
is a colour -
r
is an integer
-
Description
DrawDisk(pm, x, y, c, r)
draws a filled circle (a disk) of radius r
with colour c
centred at (x, y)
in pm
. If omitted, r
defaults to 4
.