Show / Hide Table of Contents

Method ExportImageAsync

ExportImageAsync()

Exports an image snapshot of the current GeoView.

Declaration
public async Task<RuntimeImage> ExportImageAsync()
Returns
Type Description
System.Threading.Tasks.Task<RuntimeImage>

Task<RuntimeImage>.

Remarks

The exported image contains the currently visible content of the MapView or SceneView. Elements drawn on top of the GeoView, such as callouts or popups, are not exported. You can check DrawStatus to confirm that drawing is complete before calling this method.

Applies to

Platforms and versions
TargetVersions
.NET Windows100.13 - 200.7
In This Article
Back to top Copyright © 2022 Esri.