DrawRectangleRoundedLinesEx function

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

Implementation

void DrawRectangleRoundedLinesEx(
  RectangleC rec,
  double roundness,
  int segments,
  double lineThick,
  ColorC color,
) => _module.DrawRectangleRoundedLinesEx(rec, roundness, segments, lineThick, color);