pub fn draw_line(x1: i32, y1: i32, x2: i32, y2: i32, p: Pixel)
Expand description

Draws a line from (x1, y1) to (x2, y2).