#define LineOut ( _x1,
_y1,
_x2,
_y2   )     __LineOutEx(_x1,_y1,_x2,_y2,0)

Draw a line.

This function lets you draw a line on the screen from x1, y1 to x2, y2.

See also:
TDrawLine
Parameters:
_x1 The x value for the start of the line.
_y1 The y value for the start of the line.
_x2 The x value for the end of the line.
_y2 The y value for the end of the line.

Generated by  doxygen 1.6.2