DrawRectangleRounded method
Implementation
void DrawRectangleRounded(
RectangleC rec,
double roundness,
int segments,
ColorC color,
) {
return _DrawRectangleRounded(rec, roundness, segments, color);
}
void DrawRectangleRounded(
RectangleC rec,
double roundness,
int segments,
ColorC color,
) {
return _DrawRectangleRounded(rec, roundness, segments, color);
}