Tagged Questions
2
votes
3answers
468 views
Capture screenshot of program using indexed color table
There are numerous tutorial on the web on how to capture and save a screenshot using C#.
For example, I used this website to obtain my solution:
using (var screenshot = new ...