LineDisplayWindow.TryDisplayStoredBitmapAtCursorAsync 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.
Versucht, eine gespeicherte Bitmap asynchron aus dem LineDisplayStoredBitmap-Objekt an der aktuellen Cursorposition anzuzeigen.
public:
virtual IAsyncOperation<bool> ^ TryDisplayStoredBitmapAtCursorAsync(LineDisplayStoredBitmap ^ bitmap) = TryDisplayStoredBitmapAtCursorAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<bool> TryDisplayStoredBitmapAtCursorAsync(LineDisplayStoredBitmap const& bitmap);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<bool> TryDisplayStoredBitmapAtCursorAsync(LineDisplayStoredBitmap bitmap);
function tryDisplayStoredBitmapAtCursorAsync(bitmap)
Public Function TryDisplayStoredBitmapAtCursorAsync (bitmap As LineDisplayStoredBitmap) As IAsyncOperation(Of Boolean)
Parameter
- bitmap
- LineDisplayStoredBitmap
Die anzuzeigende Bitmap.
Gibt zurück
Gibt True zurück, wenn die Bitmap erfolgreich angezeigt wurde. andernfalls False.
- Attribute
Windows-Anforderungen
Gerätefamilie |
Windows 10 Fall Creators Update (eingeführt in 10.0.16299.0)
|
API contract |
Windows.Foundation.UniversalApiContract (eingeführt in v5.0)
|
Hinweise
Wenn der LineDisplayCapabilities.CanDisplayBitmaps-Wert False ist, schlägt diese Methode fehl.