Drawing a Box With Slightly Round Corners
STD_RBOX x1%, y1%, x2%, y2%
This procedure draws a box from (x1,y1) to (x2,y2) with slightly round corners. It is used by the GUI component primarily.
OWBasic is able to draw a rounded box with the procedure BOX and the style parameter 6. Therefore, STD_RBOX is obsolete and should not be used anymore.
|