Method FromStreamAsync
FromStreamAsync(Stream)
Creates a RuntimeImage from a data stream
Declaration
public static async Task<RuntimeImage> FromStreamAsync(Stream imageData)
Parameters
| Type | Name | Description |
|---|---|---|
| Stream | imageData | The encoded image data stream |
Returns
| Type | Description |
|---|---|
| Task<RuntimeImage> | Runtime Image |
Applies to
Platforms and versions
| Target | Versions |
|---|---|
| UWP | 100.15 |