DrawRectangleRoundedLinesEx function

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

Implementation

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