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
Target | Versions |
---|---|
.NET Windows | 100.13 - 200.5 |