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

https://github.com/alexrasch/screenshotpoc

Capture a screenshot using Pinvoke in C#, does not depend on System.Drawing which Microsoft changed to a nugget in .net / .net core
https://github.com/alexrasch/screenshotpoc

Last synced: about 1 month ago
JSON representation

Capture a screenshot using Pinvoke in C#, does not depend on System.Drawing which Microsoft changed to a nugget in .net / .net core

Awesome Lists containing this project

README

          

# ScreenshotPOC
Capture a screenshot using Pinvoke in C#, does not depend on System.Drawing which Microsoft changed to a nugget in .net / .net core.
Please notice it's a proof of concept those its not meant to be used. You're probably better of using System.Drawing nugget or someother library.