DrawRectangleRounded function

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,
) => _module.DrawRectangleRounded(rec, roundness, segments, color);