I'm trying to write a console app using .NET Framework. I want to screenshot my screen. I've used other answers on SO like this:
https://stackoverflow.com/a/24879511/9457997
The issue is that this doesn't capture my whole screen. It's missing about 1/5 on the bottom and the right side.
How can I capture my whole screen using C# .NET Framework?