Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Microsoft C 6.0 - <b>_lineto_w() draw a line (window coords)</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 _lineto_w()             Draw a line (window coords)

 #include   <graph.h>

 short _lineto_w(wx, wy);
 double wx, wy;          End point of line

    _lineto_w() is the window coordinates version of _lineto(); it draws
    a line on the screen in the current color from the current graphics
    output location to (wx, wy). See _lineto() for more information.

    Returns:         Nonzero value for success; 0 otherwise.

    Portability:     MS-DOS only, true MDPA, CGA, EGA, MCGA, or VGA video
                     compatibles.


See Also: _lineto() _moveto() _setlinestyle()

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson