DrawRectangleRec method

void DrawRectangleRec(
  1. RectangleC rec,
  2. ColorC color
)

Draw a color-filled rectangle

Implementation

void DrawRectangleRec(RectangleC rec, ColorC color)
  => _DrawRectangleRec(rec, color);