Draw rectangle with rounded edges
None.
// Draw a rectangle with rounded corners rec = {x:50, y:50, width:200, height:100} raylib.DrawRectangleRounded rec, 0.3, 12, raylib.BLUE
There was an error while loading. Please reload this page.