Image overlay on external window

Posted by user295848 on Stack Overflow See other posts from Stack Overflow or by user295848
Published on 2010-03-17T16:47:12Z Indexed on 2010/03/17 16:51 UTC
Read the original article Hit count: 171

Filed under:
|
|
|
|

I'm writing a C# WPF application that creates a video capture of the active window. What I want to do is overlay a transparent .png file in the corner of the active window while a capture is in progress so that all the videos created by my application are watermarked.

If I have the IntPntr handle of the window I am capturing and an image file - what is the best way to go about this?

Thanks

© Stack Overflow or respective owner

Related posts about image

Related posts about overlay