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