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
- Host: GitHub
- URL: https://github.com/alexrasch/screenshotpoc
- Owner: AlexRasch
- Created: 2023-08-07T17:30:26.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-07T17:34:19.000Z (almost 3 years ago)
- Last Synced: 2025-02-23T14:47:03.693Z (over 1 year ago)
- Language: C#
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.