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