I\'m trying to Convert a Bitmap (SystemIcons.Question) to a BitmapImage so I can use it in a WPF Image control.
Bitmap (SystemIcons.Question)
BitmapImage
I have the following method
InteropBitmapImage inherits from ImageSource, so you can use it directly in an Image control. You don't need it to be a BitmapImage.
InteropBitmapImage
ImageSource
Image