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