DrawRectangleRounded function
See RaylibCoreFlatModule.DrawRectangleRounded.
Implementation
void DrawRectangleRounded(
RectangleD rec,
double roundness,
int segments,
ColorD color,
) => _module.DrawRectangleRounded(rec, roundness, segments, color);