DrawRectangleRoundedLines method

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

Draw rectangle lines with rounded edges

Implementation

void DrawRectangleRoundedLines(RectangleC rec, double roundness, int segments, ColorC color)
  => _DrawRectangleRoundedLines(rec, roundness, segments, color);