Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Win 2 API - <b>stretchblt</b> copy bitmap to different proportions http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
StretchBlt           Copy Bitmap To Different Proportions

BOOL StretchBlt(hDestDC, X, Y, nWidth, nHeight,
                hSrcDC, XSrc, YSrc, nSrcWidth, nScrHeight, dwROP)
HDC hDestDC;
short X;
short Y;
short nWidth;
short nHeight;
HDC hSrcDC;
short XSrc;
short YSrc;
short nSrcWidth;
short nScrHeight;
DWORD dwROP;

Note:           Use GetDeviceCaps to determine if FloodFill is
                possible. (RC_BITBLT)

                Can only handle bitmaps up to 64K.

See Also: ROP Binary ROP Ternary GetDeviceCaps

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