DrawRectangleRounded abstract method
Draw rectangle with rounded edges
Implementation
void DrawRectangleRounded(
RectangleD rec,
double roundness,
int segments,
ColorD color,
);
Draw rectangle with rounded edges
void DrawRectangleRounded(
RectangleD rec,
double roundness,
int segments,
ColorD color,
);