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
- Host: GitHub
- URL: https://github.com/cyotek/simplescreenshotcapture
- Owner: cyotek
- License: mit
- Created: 2017-08-27T12:38:40.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2023-10-07T08:24:12.000Z (over 2 years ago)
- Last Synced: 2025-03-24T03:43:54.812Z (over 1 year ago)
- Topics: capture, csharp, gdi, hacktoberfest, screenshot, win32
- Language: C#
- Homepage: https://devblog.cyotek.com/post/capturing-screenshots-using-csharp-and-p-invoke
- Size: 150 KB
- Stars: 29
- Watchers: 3
- Forks: 7
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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