DrawRectangleRounded method

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

Implementation

void DrawRectangleRounded(
  RectangleC rec,
  double roundness,
  int segments,
  ColorC color,
) {
  return _DrawRectangleRounded(rec, roundness, segments, color);
}