StretchBlt缩放图像失真问题解决
在StretchBlt前一行加
SetStretchBltMode(hdcClient, STRETCH_HALFTONE);
第一个参数为客户区DC句柄,第二个为伸展模式设置。
具体可以看:https://zouzhongliang.com/index.php/2018/06/11/setstretchbltmode/
在StretchBlt前一行加
SetStretchBltMode(hdcClient, STRETCH_HALFTONE);
第一个参数为客户区DC句柄,第二个为伸展模式设置。
具体可以看:https://zouzhongliang.com/index.php/2018/06/11/setstretchbltmode/