1vline(3)                        Allegro manual                        vline(3)
2
3
4

NAME

6       vline - Draws a vertical line onto the bitmap. Allegro game programming
7       library.
8

SYNOPSIS

10       #include <allegro.h>
11
12
13       void vline(BITMAP *bmp, int x, int y1, int y2, int color);
14

DESCRIPTION

16       Draws a vertical line onto the bitmap, from point (x, y1) to (x, y2).
17
18       Note: vline() is implemented as an  alias  to  another  function.   See
19       ALLEGRO_NO_VHLINE_ALIAS  in the `Differences between platforms' section
20       for details.
21
22

SEE ALSO

24       hline(3),   line(3),    drawing_mode(3),    makecol(3),    exrgbhsv(3),
25       exscroll(3), extruec(3)
26
27
28
29Allegro                          version 4.2.2                        vline(3)
Impressum