vline
Draws a vertical line onto the bitmap.
Description
void vline(BITMAP *bmp,
int x,
int y1,
int y2,
int color
);
Draws a vertical line onto the bitmap, from point (x, y1) to (x, y2).
Note: vline() is implemented as an alias to another function.
See ALLEGRO_NO_VHLINE_ALIAS in the `Differences between platforms'
section for details.
Related Discussions
The following threads each have code containing this keyword:
Note: You can click on the numbers to jump directly to the posts that reference this page.
Related Projects
The following projects include source code containing this keyword: