搜索资源列表
riqi2-BCB
- 屏幕截图并保存为JPG文件(可控制失真度),著名抓图软件的源码-Screenshots and the preservation of the JPG file (control distortion), the leading source software From Wikipedia
vb_snap
- 用vb实现的简单屏幕抓图软件,侧重于屏幕抓图的原理,通过查看源码,用户可以很轻松的实现屏幕抓图。
截图控件 包含全部源码
- procedure TForm1.BtnStartClick(Sender:TObject); begin ScreenCapture1.start; //开始截图 end; //当截取屏幕成功时,此事件发生 procedure TForm1.ScreenCapture1Capture(Sender:TObject;Bitmap:TBitmap); begin
riqi2-BCB
- 屏幕截图并保存为JPG文件(可控制失真度),著名抓图软件的源码-Screenshots and the preservation of the JPG file (control distortion), the leading source software From Wikipedia
CatchScreen
- 运行双加抓取选择区域的图片,将图片进行保存。(Capture the selected zone of screen, the save the image.)