c# - Take screen shot of behind the window -


I am preparing a WPF application that has Arrow glass effect and works in Windows 8 (where we use it Can not pick actual Aero using Windows> DwmExtendFrameIntoClientArea .) - To do this I need to take a snapshot of this area without my application without my application (and then blurred effects on that image apply the)! I am using Graphics.CopyFromScreen , but it includes the screen with my application. I can not reduce the window, since this image is being rebuilt in every 100 messages.
How can I get this functionality? (I am using .NET 4.0)

you win32 api rout



Comments

Popular posts from this blog

ios - Adding an SKSpriteNode to SKScene from a child SKSpriteNode -

Matlab transpose a table vector -

c# - Textbox not clickable but editable -