Tagged Questions
1
vote
1answer
407 views
Remove alpha from a BitmapSource
I use BitBlt() and CreateBitmapSourceFromHBitmap() to capture a window as a BitmapSource that I can display on an Image element in a WPF application. But for some reason, most of the application that ...
1
vote
1answer
588 views
WPF Image won't display BitmapSource
I'm new to using WPF and GDI, and I'm having trouble displaying an image. My eventual goal is to build something expose-like. So far, I gray-out the screens, gather all the active HWNDs, and capture ...