Skip to content

Simple screenshot library for .NET Framework. Allows selection and capture of screen region, similar to Snipping Tool.

License

Notifications You must be signed in to change notification settings

yaobus/Screenshot.NET

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Screenshot.NET

Simple screenshot library for .NET Framework. Allows selection and capture of screen region, similar to Snipping Tool.

Requirements

  • .NET 4.6.2+

Installation

PM> Install-Package GI.Screenshot

Usage

// allow user to select and capture screen region
var image = Screenshot.CaptureRegion();

// get a screenshot of given region
var image = Screenshot.CaptureRegion(rect);

// get a screenshot of all screens
var image = Screenshot.CaptureAllScreens();

About

Simple screenshot library for .NET Framework. Allows selection and capture of screen region, similar to Snipping Tool.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 97.3%
  • PowerShell 2.7%