DrawRectangleRoundedLinesEx method

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

Draw rectangle with rounded edges outline

Implementation

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