Bitmap bit(L"C://1.bmp");
        Graphics graphic(m_hWnd);
graphic.DrawImage(&bit,0,0,200,200); //在窗体上显示图象内容
此时如何保存graphic.DrawImage在窗体上画的图象?
并保存到磁盘上