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>_imagesize_wxy() return an image size (window pair coords)</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 _imagesize_wxy()        Return an image size (window pair coords)

 #include   <graph.h>

 long _imagesize_wxy(wpoint1, wpoint2);
 struct _wxycoord _far *wpoint1;  Upper left of image (window coordinates)
 struct _wxycoord _far *wpoint2;  Lower right of image (window coordinates)

    _imagesize_wxy() is the window pair coordinates version of
    _imagesize(); it calculates the amount of storage (in bytes)
    needed to store an image from a window. See _imagesize() for more
    information.

    Returns:          The size of the image in bytes.

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


See Also: _getimage() _putimage()

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