Click or drag to resize

ExtensionsToBitmapImageAsync Method

Overload List
  NameDescription
Public methodStatic memberToBitmapImageAsync(Byte)
Creates a new instance of BitmapImage and assigns the Byte array to its BitmapImage.StreamSource property
Public methodStatic memberToBitmapImageAsync(Stream)
Creates a new instance of BitmapImage and assigns the Stream to its BitmapImage.StreamSource property

Returns null if stream is null.

Top
See Also