搜索资源列表
bitBlt
- 通过VB API函数截取屏幕指定区域位图,保存为位图或Jpg文件
截图控件 包含全部源码
- procedure TForm1.BtnStartClick(Sender:TObject); begin ScreenCapture1.start; //开始截图 end; //当截取屏幕成功时,此事件发生 procedure TForm1.ScreenCapture1Capture(Sender:TObject;Bitmap:TBitmap); begin //调整滚动窗口的大小以适应截获图像的大小
ScreenSnap
- 截取屏幕部分,以图片格式保存,vc写的,点击<抓图>按钮后开始抓取图像-interception screen, a picture format
Interception-screen
- Visual C++.Net 2001/2003平台开发MFC程序实现截取当前屏幕功能-Visual C++. Net 2001 /2003 platform development MFC program to intercept the current screen
CopyScreen
- 一个很好截取屏幕源码,Csharp,可以自由任意截取屏幕,并能保存为任何一种格式-A very good capture screen source, Csharp
123qwe
- 一运行就实现读文件及屏幕截取功能,本想实现找图功能,但能力有限只实现了截图功能,希望在这里能学更多-A run read documents and screen capture functionality, to achieve wanted to find a drawing function, but limited ability to achieve only the screenshot function, hope can learn more here
ScreenCapture
- 可以实时截取屏幕控件区域,控件由鼠标位置获得-Real-time interception of the screen control area, control by mouse position
VCPP-select-Screen
- VC++ 屏幕截取,包括屏幕拾色器、放大镜等功能-The screen capture, including screen color, magnifying glass, and other functions,deveoped in VC++
capture screens
- 一般软件,截屏,只能截取主屏,对于多屏用户,无法捕捉其它屏幕,本程序实现多屏截屏(General software, screenshots can only intercept the main screen. For multi screen users, it is impossible to capture other screens. This program implements multi screen screenshots.)