[][src]Function fltk::draw::draw_line2

pub fn draw_line2(x: i32, y: i32, x1: i32, y1: i32, x2: i32, y2: i32)

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