ScreenGrab 1.0.4

dotnet add package ScreenGrab --version 1.0.4                
NuGet\Install-Package ScreenGrab -Version 1.0.4                
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.4" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add ScreenGrab --version 1.0.4                
#r "nuget: ScreenGrab, 1.0.4"                
#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.
// Install ScreenGrab as a Cake Addin
#addin nuget:?package=ScreenGrab&version=1.0.4

// Install ScreenGrab as a Cake Tool
#tool nuget:?package=ScreenGrab&version=1.0.4                

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 net6.0-windows7.0 is compatible.  net7.0-windows was computed.  net7.0-windows7.0 is compatible.  net8.0-windows was computed.  net8.0-windows7.0 is compatible. 
.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-use, ready-to-go translation ocr tool developed by WPF/WPF 开发的一款即开即用、即用即走的翻译、OCR工具
Version Downloads Last updated
1.0.4 207 8/9/2024
1.0.3 83 8/7/2024
1.0.2 85 8/6/2024
1.0.1 85 8/1/2024
1.0.0 71 7/30/2024