InkWorkspaceHostedAppManager.SetThumbnailAsync(SoftwareBitmap) 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 sets the thumbnail image for the Ink Workspace app.
public:
virtual IAsyncAction ^ SetThumbnailAsync(SoftwareBitmap ^ bitmap) = SetThumbnailAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncAction SetThumbnailAsync(SoftwareBitmap const& bitmap);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncAction SetThumbnailAsync(SoftwareBitmap bitmap);
function setThumbnailAsync(bitmap)
Public Function SetThumbnailAsync (bitmap As SoftwareBitmap) As IAsyncAction
Parameters
- bitmap
- SoftwareBitmap
An uncompressed bitmap.
Returns
An asynchronous action that doesn't return anything.
- Attributes
Windows requirements
App capabilities |
previewInkWorkspace
previewPenWorkspace
|