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>_setpixel_w() set a pixel value (window coords)</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 _setpixel_w()           Set a pixel value (window coords)

 #include   <graph.h>

 short _setpixel_w(wx, wy);
 double wx, wy;         Coordinates of pixel to set

    _setpixel_w_w() is the window version of _setpixel(); it sets the
    pixel indicated by (wx, wy) to the current color. See _setpixel()
    for more information.

    Returns:    The pixel's previous value if successful, -1 if not.

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


See Also: _getpixel() _setcolor() _setpixel()

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