Function fltk::draw::draw_line2

source ·
pub fn draw_line2(pos1: Coord<i32>, pos2: Coord<i32>, pos3: Coord<i32>)
Expand description

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