Function draw_polyline

Source
pub fn draw_polyline(x1: i32, y1: i32, x2: i32, y2: i32, x3: i32, y3: i32)
Expand description

Draws a line from (x,y) to (x1,y1) and another from (x1,y1) to (x2,y2)