Function draw_polygon

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

Fills a 3-sided polygon. The polygon must be convex