DrawRectangleRounded abstract method
void
DrawRectangleRounded()
Draw rectangle with rounded edges
Implementation
void DrawRectangleRounded(
RectangleStructType rec,
num roundness,
num segments,
ColorStructType color,
);