CreateCompatibleBitmap的问题我调用的pBmpDC-> CreateCompatibleBitmap(&dc,1000,1000); 这时候设置了他的范围,之后我想扩大范围怎么办?[解决办法]pBmpDC-> SetBitmapDimension(w,h);[解决办法]pBmpDC-> DeleteObject();后 再重新pBmpDC-> CreateCompatibleBitmap()