StretchBlt
摘要:
StretchBlt 函数功能:函数从源矩形中复制一个位图到目标矩形,必要时按目前目标设备设置的模式进行图像的拉伸或压缩。 函数原型:BOOL StretchBlt(HDC hdcDest, int nXOriginDest, intnYOriginDest, int nWidthDest, ... 阅读全文
posted @ 2014-10-23 23:44 Leadtheway 阅读(190) 评论(0) 推荐(0) 编辑