IBitmapFrame.GetThumbnailAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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