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>_getimage_wxy() store a screen image (window pair coords)</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 _getimage_wxy()         Store a screen image (window pair coords)

 #include   <graph.h>

 void _getimage_wxy(wpoint1, wpoint2, image);
 struct _wxycoord _far *wpoint1;        Upper left of image
 struct _wxycoord _far *wpoint2;        Lower right of image
 char _huge *image;                     Buffer for the image

    _getimage() is the window pair coordinates version of _getimage();
    it stores a screen image in memory. The image on the screen is
    bounded by wpoint1 and wpoint2, and it is stored in the buffer
    image. See _getimage() for more information. Also see _imagesize()
    to determine the size of the image.

     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