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