资源简介
代码片段和文件信息
/*
* 作者:赵忠印
* 时间:2010-9-2 11:23:09
* 描述:截图组件
*/
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Drawing;
using System.Windows.Forms;
using System.Drawing.Imaging;
namespace ScreenShotComponent
{
public class ScreenShot
{
private ScreenShotForm _rectForm;//区域截图框
private WindowCaptureForm _windowCaptureForm;//捕获窗体图框
public ScreenShot()
{
_windowCaptureForm = new WindowCaptureForm();
_windowCaptureForm.AfterCaptureScreen += new EventHandler(WindowCapture_AfterCapture);
}
#region 公共方法、事件
///
/// 让用户选择区域截图,如果用户按下Esc键或用鼠标右键点击截图区域,则取消截图,返回null
///
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 0 2017-11-08 11:18 C# 截屏程序(全屏、区域、窗体)\C# 截屏程序(全屏、区域、窗体).txt
文件 1010 2010-09-03 17:31 C# 截屏程序(全屏、区域、窗体)\ScreenShotComponent\.svn\all-wcprops
文件 894 2010-09-03 17:31 C# 截屏程序(全屏、区域、窗体)\ScreenShotComponent\.svn\entries
文件 53 2010-09-02 13:24 C# 截屏程序(全屏、区域、窗体)\ScreenShotComponent\.svn\prop-ba
文件 53 2010-09-02 13:24 C# 截屏程序(全屏、区域、窗体)\ScreenShotComponent\.svn\prop-ba
文件 27648 2010-09-02 13:24 C# 截屏程序(全屏、区域、窗体)\ScreenShotComponent\.svn\text-ba
文件 1413 2010-09-02 15:17 C# 截屏程序(全屏、区域、窗体)\ScreenShotComponent\.svn\text-ba
文件 33280 2010-09-03 17:11 C# 截屏程序(全屏、区域、窗体)\ScreenShotComponent\.svn\text-ba
..A..H. 27648 2010-09-02 13:20 C# 截屏程序(全屏、区域、窗体)\ScreenShotComponent\ScreenChooseShot.suo
文件 3032 2010-09-03 17:57 C# 截屏程序(全屏、区域、窗体)\ScreenShotComponent\ScreenShotComponent\.svn\all-wcprops
文件 76 2010-09-02 15:42 C# 截屏程序(全屏、区域、窗体)\ScreenShotComponent\ScreenShotComponent\.svn\dir-prop-ba
文件 2077 2010-09-03 17:57 C# 截屏程序(全屏、区域、窗体)\ScreenShotComponent\ScreenShotComponent\.svn\entries
文件 53 2010-09-03 17:34 C# 截屏程序(全屏、区域、窗体)\ScreenShotComponent\ScreenShotComponent\.svn\prop-ba
文件 2595 2010-09-03 17:11 C# 截屏程序(全屏、区域、窗体)\ScreenShotComponent\ScreenShotComponent\.svn\text-ba
文件 4742 2010-09-03 17:43 C# 截屏程序(全屏、区域、窗体)\ScreenShotComponent\ScreenShotComponent\.svn\text-ba
文件 13001 2010-09-02 15:58 C# 截屏程序(全屏、区域、窗体)\ScreenShotComponent\ScreenShotComponent\.svn\text-ba
文件 14271 2010-09-02 13:24 C# 截屏程序(全屏、区域、窗体)\ScreenShotComponent\ScreenShotComponent\.svn\text-ba
文件 5814 2010-09-02 13:24 C# 截屏程序(全屏、区域、窗体)\ScreenShotComponent\ScreenShotComponent\.svn\text-ba
文件 5489 2010-09-03 17:57 C# 截屏程序(全屏、区域、窗体)\ScreenShotComponent\ScreenShotComponent\.svn\text-ba
文件 5804 2010-09-03 16:32 C# 截屏程序(全屏、区域、窗体)\ScreenShotComponent\ScreenShotComponent\.svn\text-ba
文件 5814 2010-09-03 16:32 C# 截屏程序(全屏、区域、窗体)\ScreenShotComponent\ScreenShotComponent\.svn\text-ba
文件 326 2010-09-03 17:35 C# 截屏程序(全屏、区域、窗体)\ScreenShotComponent\ScreenShotComponent\.svn\text-ba
文件 8150 2010-09-03 16:56 C# 截屏程序(全屏、区域、窗体)\ScreenShotComponent\ScreenShotComponent\.svn\text-ba
文件 242 2010-09-03 17:31 C# 截屏程序(全屏、区域、窗体)\ScreenShotComponent\ScreenShotComponent\bin\.svn\all-wcprops
文件 375 2010-09-03 17:31 C# 截屏程序(全屏、区域、窗体)\ScreenShotComponent\ScreenShotComponent\bin\.svn\entries
文件 1714 2010-09-03 17:57 C# 截屏程序(全屏、区域、窗体)\ScreenShotComponent\ScreenShotComponent\bin\Debug\.svn\all-wcprops
文件 1244 2010-09-03 17:57 C# 截屏程序(全屏、区域、窗体)\ScreenShotComponent\ScreenShotComponent\bin\Debug\.svn\entries
文件 53 2010-09-02 13:24 C# 截屏程序(全屏、区域、窗体)\ScreenShotComponent\ScreenShotComponent\bin\Debug\.svn\prop-ba
文件 53 2010-09-02 15:44 C# 截屏程序(全屏、区域、窗体)\ScreenShotComponent\ScreenShotComponent\bin\Debug\.svn\prop-ba
文件 53 2010-09-02 15:44 C# 截屏程序(全屏、区域、窗体)\ScreenShotComponent\ScreenShotComponent\bin\Debug\.svn\prop-ba
............此处省略246个文件信息
- 上一篇:C# 简易Socket(含服务器端以及客户端)
- 下一篇:C#棋盘游戏
相关资源
- browerPhotoC#网页截图(不打开网页)
- c# 自绘饼形图 并显示相关文字(有截
- video C#摄像头视频获取及截图源代码
- C#仿QQ截图源码DLL+Demo
- c#调用摄像头截图_摄像头抓图截图两
- C#抓取IE浏览器网站整体截图
- C#抓取当前Windows桌面截图
- C#版 IC卡读写,考勤系统源码(有截图
- C#屏幕截图 桌面截图 指定句柄窗口截
- winform开机祝福,不规则窗体制作,有
- C#加密数据报 截图以及
- 通过 WebBrowser实现网页截图(可截fl
- C#做的QQ完整(支持聊天、文件传输、
- C#屏幕截图
- ASP.NET实现网页快照/网页截图(将ht
- C# 屏幕广播/屏幕截图(含服务端客户
- C# 从内存中获取webbrowser控件截图
- C#做的Mp3播放器,详见截图
- C# 屏幕截图、抓图工具
- OCR 实现 截图 并提取图片中的文字
- winform 仿QQ截图,可将截图直接保存到
- 视频截图的类
- C# 仿qq截图功能 完整
- c# 对任意网页进行截图 抓取
- C#高质量仿腾讯截图程序
- C#类似QQ截图
- C# 实现图片截取
- C#高仿QQ截图
- c# 电脑屏幕 全屏截图 Demo源码
- C# 屏幕局域截图
评论
共有 条评论