Method LoadBitmap
LoadBitmap(Stream)
Load bitmap image from the specified stream.
public static BitmapImage LoadBitmap(Stream imageData)
Parameters
imageData
StreamThe Stream source of the bitmap image.
Returns
- BitmapImage
The System.Windows.Media.Imaging.BitmapImage contains loaded image.