DRAW_ROUNDRECT xStart, yStart, width, height, r |
Purpose | Draw a hollow rectangle with rounded corner, starting from
(xStart, yStart) of size =
width x height r = Radius of rounded corner. |
Examples | DRAW_ROUNDRECT 20,10,60,30,5 |
Comments: | Note: Default draw_color = 1. The origin is at the upper-left hand corner of the screen. |
See Also | FILL_ROUNDRECT |