MFC中显示图像的放大、缩小、移动功能
摘要:StretchBlt函数直接对图片进行放大,缩小,显示位置变换。 这个函数有两种形态一种全局函数是这样的: BOOL StretchBlt(HDC hdcDest, int nXOriginDest, int nYOriginDest, int nWidthDest, int nHeightDest
阅读全文
posted @ 2015-12-03 14:38
posted @ 2015-12-03 14:38