I would like to convert my BitmapImage
to a System.Drawing.Image
?
This is my BitmapImage
:
BitmapImage bmi = new BitmapImage(new Uri(someString, UriKind.Absolute));
Now, how would i create a System.Drawing.Image
from my bmi
?
MSDN has a very good sample for interop between BitmapImage
and System.Drawing.Image
- see http://blogs.msdn.com/b/rwlodarc/archive/2007/01/03/wpf-bitmapsource-and-gdi-bitmap-interop.aspx
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With