DrawRectangleRounded method
Draw rectangle with rounded edges
Implementation
void DrawRectangleRounded(RectangleC rec, double roundness, int segments, ColorC color)
=> _DrawRectangleRounded(rec, roundness, segments, color);
Draw rectangle with rounded edges
void DrawRectangleRounded(RectangleC rec, double roundness, int segments, ColorC color)
=> _DrawRectangleRounded(rec, roundness, segments, color);