ExtensionsToBitmapImageAsync Method |
| Name | Description | |
|---|---|---|
| ToBitmapImageAsync(Byte) |
Creates a new instance of BitmapImage and assigns the Byte array to its BitmapImage.StreamSource property
| |
| ToBitmapImageAsync(Stream) |
Creates a new instance of BitmapImage and assigns the Stream to its BitmapImage.StreamSource property
Returns null if stream is null.
|