An open API service indexing awesome lists of open source software.

https://github.com/cyotek/simplescreenshotcapture

Sample project for the "Capturing screenshots using C# and p/invoke" article on cyotek.com
https://github.com/cyotek/simplescreenshotcapture

capture csharp gdi hacktoberfest screenshot win32

Last synced: about 1 year ago
JSON representation

Sample project for the "Capturing screenshots using C# and p/invoke" article on cyotek.com

Awesome Lists containing this project

README

          

# Capturing screenshots using C# and p/invoke

![The sample application][screenshot]

This repository contains a sample application showing the basics
of capturing screenshots in your C# applications via the use of
platform invoke.

For more information, please see the following article on the
Cyotek blog:

* [Capturing screenshots using C# and p/invoke][bloglink]

[screenshot]: docs/capture-screenshot-1c.png
[bloglink]: https://devblog.cyotek.com/post/capturing-screenshots-using-csharp-and-p-invoke