Show / Hide Table of Contents

Method CreateAsync

CreateAsync(Stream)

Creates a new instance of a PictureMarkerSymbol from a stream of encoded image bytes

Declaration
public static async Task<PictureMarkerSymbol> CreateAsync(Stream imageStream)
Parameters
Type Name Description
Stream imageStream

The source image stream.

Returns
Type Description
Task<PictureMarkerSymbol>

The task object representing the asynchronous create operation. The value of the task result is a PictureMarkerSymbol object.

Applies to

Platforms and versions
TargetVersions
UWP100.15
In This Article
Back to top Copyright © 2022 Esri.