CImage imSrc,imDest;
imSrc.Load(……);//读入原始图片
imDest.Create(……)//创建新大小的图片
imSrc.StretchBlt(imDest.GetDC(),……);
imDest.ReleaseDC();
imDest就是你制定尺寸的图片对象

相关文章:

  • 2021-05-17
  • 2022-12-23
  • 2021-06-23
  • 2022-12-23
  • 2022-02-11
  • 2021-12-05
  • 2021-10-27
  • 2021-07-02
猜你喜欢
  • 2021-12-04
  • 2021-09-29
  • 2022-12-23
  • 2022-01-14
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案