Today I had to pass handle of my BitmapSource (WPF) to third party unmanaged application. First step I did, was converting BitmapSource to Bitmap object (WinForms), because BitmapSource as is does not provide a handle; while Bitmap object does. I did it with a help of Robert’s post (actually I could get pointer to internal […]
↧