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