DrawRectangleRec function

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

Implementation

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