DrawRectangleRoundedLinesEx method
void
DrawRectangleRoundedLinesEx(
- RectangleC rec,
- double roundness,
- int segments,
- double lineThick,
- ColorC color,
Draw rectangle with rounded edges outline
Implementation
void DrawRectangleRoundedLinesEx(RectangleC rec, double roundness, int segments, double lineThick, ColorC color)
=> _DrawRectangleRoundedLinesEx(rec, roundness, segments, lineThick, color);