1al_draw_line(3) Library Functions Manual al_draw_line(3)
2
3
4
6 al_draw_line
7
9 #include <allegro5/allegro_primitives.h>
10
11 void al_draw_line(float x1, float y1, float x2, float y2,
12 ALLEGRO_COLOR color, float thickness)
13
15 Draws a line segment between two points.
16
17 Parameters:
18
19 · x1, y1, x2, y2 - Start and end points of the line
20
21 · color - Color of the line
22
23 · thickness - Thickness of the line, pass <= 0 to draw hairline lines
24
26 al_draw_soft_line(3)
27
28
29
30Allegro reference manual al_draw_line(3)