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