DrawRectangleRoundedLinesEx abstract method

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

Implementation

void DrawRectangleRoundedLinesEx(
  RectangleStructType rec,
  num roundness,
  num segments,
  num lineThick,
  ColorStructType color,
);