Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
hline(3)			Allegro	manual			      hline(3)

NAME
       hline  -	Draws a	horizontal line	onto the bitmap. Allegro game program-
       ming library.

SYNOPSIS
       #include	<allegro.h>

       void hline(BITMAP *bmp, int x1, int y, int x2, int color);

DESCRIPTION
       Draws a horizontal line onto the	bitmap,	from point (x1,	y) to (x2, y).

       Note: hline() is	implemented as an alias	to another function.  See  AL-
       LEGRO_NO_VHLINE_ALIAS  in  the  `Differences between platforms' section
       for details.

SEE ALSO
       vline(3), line(3), drawing_mode(3), makecol(3), exsprite(3)

Allegro				 version 4.4.3			      hline(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=hline&sektion=3&manpath=FreeBSD+Ports+14.3.quarterly>

home | help