DrawRectangleRoundedLinesEx method

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,
) {
  return _DrawRectangleRoundedLinesEx(
    rec,
    roundness,
    segments,
    lineThick,
    color,
  );
}