LineDisplayWindow.TryDisplayStorageFileBitmapAtCursorAsync 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.
Überlädt
TryDisplayStorageFileBitmapAtCursorAsync(StorageFile, LineDisplayHorizontalAlignment, LineDisplayVerticalAlignment, Int32) |
Versucht, eine Bitmap aus einer Speicherdatei an der aktuellen Cursorposition mit einer bestimmten Breite asynchron anzuzeigen. |
TryDisplayStorageFileBitmapAtCursorAsync(StorageFile, LineDisplayHorizontalAlignment, LineDisplayVerticalAlignment) |
Versucht, eine Bitmap aus einer Speicherdatei an der aktuellen Cursorposition asynchron anzuzeigen. |
TryDisplayStorageFileBitmapAtCursorAsync(StorageFile) |
Versucht, eine Bitmap aus einer Speicherdatei an der aktuellen Cursorposition asynchron anzuzeigen. |
TryDisplayStorageFileBitmapAtCursorAsync(StorageFile, LineDisplayHorizontalAlignment, LineDisplayVerticalAlignment, Int32)
Versucht, eine Bitmap aus einer Speicherdatei an der aktuellen Cursorposition mit einer bestimmten Breite asynchron anzuzeigen.
public:
virtual IAsyncOperation<bool> ^ TryDisplayStorageFileBitmapAtCursorAsync(StorageFile ^ bitmap, LineDisplayHorizontalAlignment horizontalAlignment, LineDisplayVerticalAlignment verticalAlignment, int widthInPixels) = TryDisplayStorageFileBitmapAtCursorAsync;
/// [Windows.Foundation.Metadata.Overload("TryDisplayStorageFileBitmapAtCursorWithAlignmentAndWidthAsync")]
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<bool> TryDisplayStorageFileBitmapAtCursorAsync(StorageFile const& bitmap, LineDisplayHorizontalAlignment const& horizontalAlignment, LineDisplayVerticalAlignment const& verticalAlignment, int const& widthInPixels);
[Windows.Foundation.Metadata.Overload("TryDisplayStorageFileBitmapAtCursorWithAlignmentAndWidthAsync")]
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<bool> TryDisplayStorageFileBitmapAtCursorAsync(StorageFile bitmap, LineDisplayHorizontalAlignment horizontalAlignment, LineDisplayVerticalAlignment verticalAlignment, int widthInPixels);
function tryDisplayStorageFileBitmapAtCursorAsync(bitmap, horizontalAlignment, verticalAlignment, widthInPixels)
Public Function TryDisplayStorageFileBitmapAtCursorAsync (bitmap As StorageFile, horizontalAlignment As LineDisplayHorizontalAlignment, verticalAlignment As LineDisplayVerticalAlignment, widthInPixels As Integer) As IAsyncOperation(Of Boolean)
Parameter
- bitmap
- StorageFile
Die anzuzeigende Bitmap.
- horizontalAlignment
- LineDisplayHorizontalAlignment
Die horizontale Ausrichtung der Bitmap relativ zur aktuellen Textzeichenposition.
- verticalAlignment
- LineDisplayVerticalAlignment
Die vertikale Ausrichtung der Bitmap relativ zur aktuellen Textzeichenposition.
- widthInPixels
-
Int32
int
Die gewünschte Breite der Bitmap. Ein Wert von 0 Pixel zeigt die Bitmap mit einem Pixel pro Bildschirmpunkt (nicht skaliert) an.
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.
Wenn der angegebene widthInPixels-Wert größer als ClaimedLineDisplay.MaxBitmapSizeInPixels ist, schlägt diese Methode fehl.
Gilt für:
TryDisplayStorageFileBitmapAtCursorAsync(StorageFile, LineDisplayHorizontalAlignment, LineDisplayVerticalAlignment)
Versucht, eine Bitmap aus einer Speicherdatei an der aktuellen Cursorposition asynchron anzuzeigen.
public:
virtual IAsyncOperation<bool> ^ TryDisplayStorageFileBitmapAtCursorAsync(StorageFile ^ bitmap, LineDisplayHorizontalAlignment horizontalAlignment, LineDisplayVerticalAlignment verticalAlignment) = TryDisplayStorageFileBitmapAtCursorAsync;
/// [Windows.Foundation.Metadata.Overload("TryDisplayStorageFileBitmapAtCursorWithAlignmentAsync")]
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<bool> TryDisplayStorageFileBitmapAtCursorAsync(StorageFile const& bitmap, LineDisplayHorizontalAlignment const& horizontalAlignment, LineDisplayVerticalAlignment const& verticalAlignment);
[Windows.Foundation.Metadata.Overload("TryDisplayStorageFileBitmapAtCursorWithAlignmentAsync")]
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<bool> TryDisplayStorageFileBitmapAtCursorAsync(StorageFile bitmap, LineDisplayHorizontalAlignment horizontalAlignment, LineDisplayVerticalAlignment verticalAlignment);
function tryDisplayStorageFileBitmapAtCursorAsync(bitmap, horizontalAlignment, verticalAlignment)
Public Function TryDisplayStorageFileBitmapAtCursorAsync (bitmap As StorageFile, horizontalAlignment As LineDisplayHorizontalAlignment, verticalAlignment As LineDisplayVerticalAlignment) As IAsyncOperation(Of Boolean)
Parameter
- bitmap
- StorageFile
Die anzuzeigende Bitmap.
- horizontalAlignment
- LineDisplayHorizontalAlignment
Die horizontale Ausrichtung der Bitmap relativ zur aktuellen Textzeichenposition.
- verticalAlignment
- LineDisplayVerticalAlignment
Die vertikale Ausrichtung der Bitmap relativ zur aktuellen Textzeichenposition.
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.
Gilt für:
TryDisplayStorageFileBitmapAtCursorAsync(StorageFile)
Versucht, eine Bitmap aus einer Speicherdatei an der aktuellen Cursorposition asynchron anzuzeigen.
public:
virtual IAsyncOperation<bool> ^ TryDisplayStorageFileBitmapAtCursorAsync(StorageFile ^ bitmap) = TryDisplayStorageFileBitmapAtCursorAsync;
/// [Windows.Foundation.Metadata.Overload("TryDisplayStorageFileBitmapAtCursorAsync")]
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<bool> TryDisplayStorageFileBitmapAtCursorAsync(StorageFile const& bitmap);
[Windows.Foundation.Metadata.Overload("TryDisplayStorageFileBitmapAtCursorAsync")]
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<bool> TryDisplayStorageFileBitmapAtCursorAsync(StorageFile bitmap);
function tryDisplayStorageFileBitmapAtCursorAsync(bitmap)
Public Function TryDisplayStorageFileBitmapAtCursorAsync (bitmap As StorageFile) As IAsyncOperation(Of Boolean)
Parameter
- bitmap
- StorageFile
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.