Make .NET snipping tool compatible with multiple monitors

后端 未结 5 1999
轮回少年
轮回少年 2021-01-06 18:54

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

5条回答
  •  不思量自难忘°
    2021-01-06 19:22

    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.

提交回复
热议问题