Method CreateAsync
CreateAsync(Stream)
Creates a new instance of a Picture
Declaration
public static async Task<PictureMarkerSymbol> CreateAsync(Stream imageStream)
Parameters
Type | Name | Description |
---|---|---|
Stream | imageStream | The source image stream. |
Returns
Type | Description |
---|---|
Task<Picture |
The task object representing the asynchronous create operation. The value of the task result is a Picture |
Applies to
Platforms and versions
Target | Versions |
---|---|
UWP | 100.15 |