ScreenCapture.NET
ScreenCapture.NET copied to clipboard
screenshoting
hi there, i was wondering if there is any implementation of this that takes in the window handle and screenshot the provided window?
No, all data is copied out of the front-buffer. It's not possible to capture specific windows. (Aside from capturing a region using the boundries of the window.)
So theoretically I could screenshot a specific window given the boundaries?
As long as it is in foreground yes. You'd basically take a image of your screen and cut that region out.
ah thanks :)