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