IBitmapFrame.GetThumbnailAsync Method

Definition

Asynchronously retrieves the thumbnail data for the frame.

public:
 IAsyncOperation<ImageStream ^> ^ GetThumbnailAsync();
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<ImageStream> GetThumbnailAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<ImageStream> GetThumbnailAsync();
function getThumbnailAsync()
Public Function GetThumbnailAsync () As IAsyncOperation(Of ImageStream)

Returns

Object that manages the asynchronous retrieval of the thumbnail data.

Attributes

Applies to