DrawRectangleRoundedLinesEx function
void
DrawRectangleRoundedLinesEx(
- RectangleC rec,
- double roundness,
- int segments,
- double lineThick,
- ColorC color,
Implementation
void DrawRectangleRoundedLinesEx(
RectangleC rec,
double roundness,
int segments,
double lineThick,
ColorC color,
) => _module.DrawRectangleRoundedLinesEx(rec, roundness, segments, lineThick, color);