FILL_ROUNDRECT xStart, yStart, width, height, r
Purpose Draw a filled rectangle with rounded corner, starting from (xStart, yStart) of size = width x height
r = Radius of rounded corner.
Examples FILL_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 DRAW_ROUNDRECT

backbutton.gif (507 bytes)  Basic to TBASIC Reference Manual