DrawRectangleRoundedLines function

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

See RaylibCoreFlatModule.DrawRectangleRoundedLines.

Implementation

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