文件名称:SharpShot:使用.NET方法或Windows API调用从.NET捕获屏幕截图
文件大小:32KB
文件格式:ZIP
更新时间:2024-03-29 00:59:34
C#
夏普 使用本机Windows API或.NET方法从.NET捕获屏幕快照。 屏幕截图可以使用随机生成的文件名保存到磁盘,也可以以base64编码形式输出到控制台(不接触磁盘)。 可以使用信标execute-assembly执行。 用法 请参阅使用说明: SharpShot.exe /help 使用Windows API捕获全窗口屏幕快照并保存到磁盘: SharpShot.exe /outfolder:c:\windows\temp /outformat:img /native 使用.NET方法捕获全屏屏幕截图并保存到磁盘: SharpShot.exe /outfolder:c:\windows\temp /outformat:img 使用Windows API捕获全屏屏幕截图,并以Base64的形式输出到控制台: SharpShot.exe /outformat:base64 /
【文件预览】:
SharpShot-master
----.gitignore(6KB)
----Screenshot from 2020-03-09 16-36-29.png(25KB)
----SharpShot()
--------Program.cs(7KB)
--------SharpShot.csproj(2KB)
--------User32.cs(841B)
--------App.config(184B)
--------GDI32.cs(1KB)
--------Properties()
----README.md(1KB)
----SharpShot.sln(1KB)
----.gitattributes(2KB)