Intro: understanding drawing ============================ You can draw lines, pixels and so on into bitmaps or directly into your window. FUNCTIONS vg_draw_text() vg_draw_pixel() vg_draw_line() vg_draw_box() vg_draw_circle() vg_draw_fillout() Back to Index