DrawRectangleRoundedLines method

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

Implementation

void DrawRectangleRoundedLines(
  RectangleC rec,
  double roundness,
  int segments,
  ColorC color,
) {
  return _DrawRectangleRoundedLines(rec, roundness, segments, color);
}