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