InkWorkspaceHostedAppManager.SetThumbnailAsync(SoftwareBitmap) Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Legt die Miniaturansicht für die Freihandarbeitsbereich-App asynchron fest.
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
Parameter
- bitmap
- SoftwareBitmap
Eine nicht komprimierte Bitmap.
Gibt zurück
Eine asynchrone Aktion, die nichts zurückgibt.
- Attribute
Windows-Anforderungen
App-Funktionen |
previewInkWorkspace
previewPenWorkspace
|