[][src]Module fltk::draw

Re-exports

pub use crate::prelude::*;

Functions

capture_window

Captures part of the window and returns raw data

draw_arc

Draws an arc

draw_circle

Draws a circle

draw_focus_rect

Draws a focus rectangle

draw_line

Draws a line

draw_loop

Draws a loop

draw_pie

Draws a filled pie

draw_point

Draws a point

draw_rect

Draws a rectangle

draw_rect_fill

Draws a filled rectangle

draw_rect_with_color

Draws a rectangle with border color

pop_clip

Puts the drawing back

push_clip

Limits drawing to a region

set_draw_color

Sets the drawing color

set_line_style

Sets the line style

write_to_bmp_file

Transforms raw data to bmp file

write_to_jpg_file

Transforms raw data to jpg file

write_to_png_file

Transforms raw data to png file