FILL_RECT xStart, yStart, width, height |
Purpose | Draw a filled rectangle starting from (xStart, yStart) of size = width x height |
Examples | FILL_RECT 20,10,60,45 |
Comments: | Note: Default draw_color = 1. The origin is at the upper-left hand corner of the screen. |
See Also | DRAW_RECT |