pub fn draw_rectangle_ex(
    x: f32,
    y: f32,
    w: f32,
    h: f32,
    params: DrawRectangleParams
)
Expand description

Draws a solid rectangle with its position at [x, y] with size [w, h], with parameters.