Show / Hide Table of Contents

Method CreateThumbnailAsync

CreateThumbnailAsync(Int32, Int32)

Creates a thumbnail image with the specified width and height.

Declaration
public async Task<RuntimeImage> CreateThumbnailAsync(int width, int height)
Parameters
Type Name Description
System.Int32 width

Width of the thumbnail.

System.Int32 height

Height of the thumbnail.

Returns
Type Description
System.Threading.Tasks.Task<RuntimeImage>

A task that represents the asynchronous operation. The task result contains the thumbnail as an RuntimeImage.

Remarks

This is only applicable if the attachment type is Image.

Applies to

Platforms and versions
TargetVersions
.NET Standard 2.0200.5 - 200.7
.NET200.5 - 200.7
.NET Windows200.5 - 200.7
.NET Android200.5 - 200.7
.NET iOS200.5 - 200.7
.NET Framework200.5 - 200.7
UWP200.5 - 200.7
In This Article
Back to top Copyright © 2022 Esri.