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>_putimage_w() retrieve and display image (window coords)</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 _putimage_w()           Retrieve and display image (window coords)

 #include   <graph.h>

 void _putimage_w(wx, wy, image, action);
 double wx, wy;         Upper left of image
 char _huge *image;     Image as stored
 short action;          _GAND, _GOR, _GPRESET, _GPSET, or _GXOR

    The _putimage_w() function is the window coordinates version of
    _putimage(); it puts the image stored in image on the screen at
    window coordinates (wx, wy). The image must first have been stored
    by _getimage() or _getimage_w(); see _putimage() for more information.

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


See Also: _getimage() _imagesize() _putimage()

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