An alternative snipping tool solution was provided in this posting: .NET Equivalent of Snipping Tool
Now it\'s necessary to make it work for selected screens (on mul
The solution is to use Screen.WorkingArea property rather than Screen.Bounds. The second option yields incorrect results with Graphics.CopyFromScreen. Code snippet above has been updated with fully functional version.
Screen.WorkingArea
Screen.Bounds
Graphics.CopyFromScreen