[][src]Function fltk::draw::draw_yxline2

pub fn draw_yxline2(x: i32, y: i32, y1: i32, x2: i32)

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