#define LineOutEx ( _x1,
_y1,
_x2,
_y2,
_options   )     __LineOutEx(_x1,_y1,_x2,_y2,_options)

Draw a line with drawing options.

This function lets you draw a line on the screen from x1, y1 to x2, y2. Also specify drawing options. Valid display option constants are listed in the Drawing option constants group.

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.
_options The optional drawing options.

Generated by  doxygen 1.6.2