Function draw_yxline2

pub fn draw_yxline2(x: i32, y: i32, y1: i32, x2: i32)
Available on crate feature dep_fltk only.
Expand description

Draws a vertical line from (x,y) to (x,y1), then a horizontal from (x,y1) to (x2,y1)