RECTANGLEFILL
Syntax
RECTANGLEFILL(<win>,<X>,<Y>,<wdth>,<hght>,<c>)
Description
Draws a filled rectangle in <win> with the top-left corner at <X>, <Y> and the width and height in <wth> and <hght> respectively. 24-bit colours (<c>) are of the format: &BBGGRR00, eg. &FF00FF00 is magenta.