DrawRectangleRec method
Draw a color-filled rectangle
Implementation
void DrawRectangleRec(RectangleC rec, ColorC color)
=> _DrawRectangleRec(rec, color);
Draw a color-filled rectangle
void DrawRectangleRec(RectangleC rec, ColorC color)
=> _DrawRectangleRec(rec, color);