DrawRectangleRounded method

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

Draw rectangle with rounded edges

Implementation

void DrawRectangleRounded(RectangleC rec, double roundness, int segments, ColorC color)
  => _DrawRectangleRounded(rec, roundness, segments, color);