資源簡介
代碼片段和文件信息
/*
?*?作者:趙忠印
?*?時間: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#棋盤游戲
評論
共有 條評論