ScreenGrab 1.0.8

dotnet add package ScreenGrab --version 1.0.8
                    
NuGet\Install-Package ScreenGrab -Version 1.0.8
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="ScreenGrab" Version="1.0.8" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="ScreenGrab" Version="1.0.8" />
                    
Directory.Packages.props
<PackageReference Include="ScreenGrab" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add ScreenGrab --version 1.0.8
                    
#r "nuget: ScreenGrab, 1.0.8"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#addin nuget:?package=ScreenGrab&version=1.0.8
                    
Install ScreenGrab as a Cake Addin
#tool nuget:?package=ScreenGrab&version=1.0.8
                    
Install ScreenGrab as a Cake Tool

Application Method

Usage

BitmapSource bs;
bool isAuxiliary = true; // Open auxiliary lines
ScreenGrabber.OnCaptured = bitmap => bs = bitmap.ToImageSource();
ScreenGrabber.Capture(isAuxiliary);
Product Compatible and additional computed target framework versions.
.NET net8.0-windows7.0 is compatible.  net9.0-windows was computed.  net10.0-windows was computed. 
.NET Framework net472 is compatible.  net48 was computed.  net481 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on ScreenGrab:

Repository Stars
ZGGSONG/STranslate
A ready-to-go translation ocr tool developed with WPF/WPF 开发的一款即用即走的翻译、OCR工具
Version Downloads Last updated
1.0.8 255 4/21/2025
1.0.7 153 4/10/2025
1.0.6 380 1/20/2025
1.0.5 96 1/20/2025
1.0.4 551 8/9/2024
1.0.3 124 8/7/2024
1.0.2 129 8/6/2024
1.0.1 145 8/1/2024
1.0.0 122 7/30/2024