DrawRectangleRoundedLinesEx function

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

See RaylibCoreFlatModule.DrawRectangleRoundedLinesEx.

Implementation

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