pub fn draw_rect(x: i32, y: i32, w: i32, h: i32, p: Pixel)
Expand description

Draws a rectangle at (x, y) to (x+w, y+h).