How to get an BITMAP struct from a RenderTargetBitmap in C++/CLI?
- by Mike Caron
I've got a WPF RenderTargetBitmap in C++/CLI and I want to be able to create a BITMAP structure from it to use with BitBlt. I've not worked with BITMAP or RenderTargetBitmap much before, so any thoughts would be great!