/*类名称:bmpScreen.h。;类功能:提供了一个MFC下截取窗口特定部分并保存为bmp图片的类。;类成员函数:voidscreenShot(CRectrect,intleft,inttop,char*name);函数参数:Crectrect,intleft,inttop,inttop,char*name。;类参数说明:;(1)Crectrect定义截图框的大小。;(2)intleft定义截图框距截图窗口左边的距离。;(3)inttop定义截图框距截图窗口上边