Function fltk::draw::draw_xyline2[][src]

pub fn draw_xyline2(x: i32, y: i32, x1: i32, y2: i32)
Expand description

Draws a horizontal line from (x,y) to (x1,y), then vertical from (x1,y) to (x1,y2)