Reputation: 8511
How to get screenshot of WPF application in VC++?
In VC++, I have HWND to a window which is WPF application. Traditional method using GDI PrintWindow doesn't work properly on WPF application (get a black screen when the WPF is slow in rendering). Any other method to take screenshot of a WPF application as HBITMAP?
Upvotes: 3
Views: 288