.\" Generated by the Allegro makedoc utility .TH vline 3alleg4 "version 4.4.3" "Allegro" "Allegro manual" .SH NAME vline \- Draws a vertical line onto the bitmap. Allegro game programming library.\& .SH SYNOPSIS .B #include .sp .B void vline(BITMAP *bmp, int x, int y1, int y2, int color); .SH DESCRIPTION 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. .SH SEE ALSO .BR hline (3alleg4), .BR line (3alleg4), .BR drawing_mode (3alleg4), .BR makecol (3alleg4), .BR exrgbhsv (3alleg4), .BR exscroll (3alleg4), .BR extruec (3alleg4)