ScreenGrab 1.0.3
.NET 6.0
This package targets .NET 6.0. The package is compatible with this framework or higher.
.NET Framework 4.7.2
This package targets .NET Framework 4.7.2. The package is compatible with this framework or higher.
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package ScreenGrab --version 1.0.3
NuGet\Install-Package ScreenGrab -Version 1.0.3
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.3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add ScreenGrab --version 1.0.3
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: ScreenGrab, 1.0.3"
#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.3 // Install ScreenGrab as a Cake Tool #tool nuget:?package=ScreenGrab&version=1.0.3
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Application Method
Usage
BitmapSource bs;
bool isAuxiliary = true; // Open auxiliary lines
ScreenGrabber.OnCaptured = bitmap => bs = bitmap.ToImageSource();
ScreenGrabber.Capture(isAuxiliary);
Product | Versions 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.
-
.NETFramework 4.7.2
- Dapplo.Windows.User32 (>= 1.0.28)
-
.NETFramework 4.8.1
- Dapplo.Windows.User32 (>= 1.0.28)
-
net6.0-windows7.0
- Dapplo.Windows.User32 (>= 1.0.28)
-
net7.0-windows7.0
- Dapplo.Windows.User32 (>= 1.0.28)
-
net8.0-windows7.0
- Dapplo.Windows.User32 (>= 1.0.28)
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工具
|