DrawRectangleRounded abstract method

void DrawRectangleRounded(
  1. RectangleD rec,
  2. double roundness,
  3. int segments,
  4. ColorD color,
)

Draw rectangle with rounded edges

Implementation

void DrawRectangleRounded(
  RectangleD rec,
  double roundness,
  int segments,
  ColorD color,
);