Query: vline
OS: opendarwin
Section: 3alleg4
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
vline(3alleg4) Allegro manual vline(3alleg4)NAMEvline - Draws a vertical line onto the bitmap. Allegro game programming library.SYNOPSIS#include <allegro.h> void vline(BITMAP *bmp, int x, int y1, int y2, int color);DESCRIPTIONDraws 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.SEE ALSOhline(3alleg4), line(3alleg4), drawing_mode(3alleg4), makecol(3alleg4), exrgbhsv(3alleg4), exscroll(3alleg4), extruec(3alleg4) Allegro version 4.4.2 vline(3alleg4)
Related Man Pages |
---|
extruec(3alleg4) - debian |
extruec(3alleg4) - centos |
exscroll(3alleg4) - php |
extruec(3alleg4) - php |
exscroll(3alleg4) - plan9 |
Similar Topics in the Unix Linux Community |
---|
AWK/SED: handle max chars in a line |
Adding a new line after a specific line with sed |
Create a list of files from alias by script |
How To Read a File and Assign the line values to an Array? |