DrawRectangleRoundedLines method
Draw rectangle lines with rounded edges
Implementation
void DrawRectangleRoundedLines(RectangleC rec, double roundness, int segments, ColorC color)
=> _DrawRectangleRoundedLines(rec, roundness, segments, color);
Draw rectangle lines with rounded edges
void DrawRectangleRoundedLines(RectangleC rec, double roundness, int segments, ColorC color)
=> _DrawRectangleRoundedLines(rec, roundness, segments, color);