DrawRectangleRoundedLinesEx method
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,
) {
return _DrawRectangleRoundedLinesEx(
rec,
roundness,
segments,
lineThick,
color,
);
}