How to take a screenshot of a Full Size window in C#

后端 未结 4 1426
感动是毒
感动是毒 2020-12-10 22:51

I am trying to create an application in C#.net that captures the screenshot of the current active window including the area that has to be scrolled using scroll bars.I found

4条回答
  •  抹茶落季
    2020-12-10 23:41

    Capture screen contents without using any Win32 API calls, just using .NET 2.0 at CodeProject.

提交回复
热议问题