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