• 大小: 0.54M
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2020-12-14
  • 语言: C#
  • 标签: wpf  wp  截图  

资源简介

WPF屏幕截图工具,模仿QQ截图工具,包含截取窗口,但是没有绘图功能。

默认截图快捷键是"Alt A"。

.net framework 4.7 亲测通过

资源截图

代码片段和文件信息

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows;
using System.Windows.Media.Imaging;

namespace Wpf截图工具 {
public class AcceptSelectEventArgs : RoutedEventArgs {
public BitmapSource SelectBitmap { get; }

public AcceptSelectEventArgs(BitmapSource bitmap RoutedEvent routedEvent object source) : base(routedEvent source) {
SelectBitmap = bitmap;
}
}
}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2018-02-23 15:35  Screenshots-master\
     文件        2518  2018-02-23 15:35  Screenshots-master\.gitattributes
     文件        4305  2018-02-23 15:35  Screenshots-master\.gitignore
     文件         339  2018-02-23 15:35  Screenshots-master\README.md
     文件        1119  2018-02-23 15:35  Screenshots-master\Wpf截图工具.sln
     目录           0  2018-02-23 15:35  Screenshots-master\Wpf截图工具\
     文件         464  2018-02-23 15:35  Screenshots-master\Wpf截图工具\AcceptSelectEventArgs.cs
     文件         255  2018-02-23 15:35  Screenshots-master\Wpf截图工具\AcceptSelectHandler.cs
     文件        3706  2018-02-23 15:35  Screenshots-master\Wpf截图工具\App.config
     文件         359  2018-02-23 15:35  Screenshots-master\Wpf截图工具\App.xaml
     文件         306  2018-02-23 15:35  Screenshots-master\Wpf截图工具\App.xaml.cs
     文件        1014  2018-02-23 15:35  Screenshots-master\Wpf截图工具\Command.cs
     文件         312  2018-02-23 15:35  Screenshots-master\Wpf截图工具\CursorInfo.cs
     文件        2708  2018-02-23 15:35  Screenshots-master\Wpf截图工具\HotKey.cs
     文件         387  2018-02-23 15:35  Screenshots-master\Wpf截图工具\HotKeyRegisterFailException.cs
     文件         823  2018-02-23 15:35  Screenshots-master\Wpf截图工具\ISelector.cs
     文件       14012  2018-02-23 15:35  Screenshots-master\Wpf截图工具\ImageEditor.cs
     文件        3066  2018-02-23 15:35  Screenshots-master\Wpf截图工具\Keys.cs
     文件        6717  2018-02-23 15:35  Screenshots-master\Wpf截图工具\Lisp.cs
     文件        2818  2018-02-23 15:35  Screenshots-master\Wpf截图工具\MainWindow.xaml
     文件        2571  2018-02-23 15:35  Screenshots-master\Wpf截图工具\MainWindow.xaml.cs
     文件        6122  2018-02-23 15:35  Screenshots-master\Wpf截图工具\PixelObserver.cs
     目录           0  2018-02-23 15:35  Screenshots-master\Wpf截图工具\Properties\
     文件        2143  2018-02-23 15:35  Screenshots-master\Wpf截图工具\Properties\AssemblyInfo.cs
     文件        2808  2018-02-23 15:35  Screenshots-master\Wpf截图工具\Properties\Resources.Designer.cs
     文件        5496  2018-02-23 15:35  Screenshots-master\Wpf截图工具\Properties\Resources.resx
     文件        1089  2018-02-23 15:35  Screenshots-master\Wpf截图工具\Properties\Settings.Designer.cs
     文件         195  2018-02-23 15:35  Screenshots-master\Wpf截图工具\Properties\Settings.settings
     文件         212  2018-02-23 15:35  Screenshots-master\Wpf截图工具\SelectState.cs
     文件       10489  2018-02-23 15:35  Screenshots-master\Wpf截图工具\SelectorEventRegister.cs
     文件        1787  2018-02-23 15:35  Screenshots-master\Wpf截图工具\TestWindow.xaml
............此处省略10个文件信息

评论

共有 条评论