LineDisplayWindow.TryDisplayStorageFileBitmapAtCursorAsync Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
TryDisplayStorageFileBitmapAtCursorAsync(StorageFile, LineDisplayHorizontalAlignment, LineDisplayVerticalAlignment, Int32) |
Tente d’afficher de manière asynchrone une bitmap à partir d’un fichier de stockage à la position actuelle du curseur, à une largeur particulière. |
TryDisplayStorageFileBitmapAtCursorAsync(StorageFile, LineDisplayHorizontalAlignment, LineDisplayVerticalAlignment) |
Tente d’afficher de manière asynchrone une bitmap à partir d’un fichier de stockage à la position actuelle du curseur. |
TryDisplayStorageFileBitmapAtCursorAsync(StorageFile) |
Tente d’afficher de manière asynchrone une bitmap à partir d’un fichier de stockage à la position actuelle du curseur. |
TryDisplayStorageFileBitmapAtCursorAsync(StorageFile, LineDisplayHorizontalAlignment, LineDisplayVerticalAlignment, Int32)
Tente d’afficher de manière asynchrone une bitmap à partir d’un fichier de stockage à la position actuelle du curseur, à une largeur particulière.
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)
Paramètres
- bitmap
- StorageFile
Bitmap à afficher.
- horizontalAlignment
- LineDisplayHorizontalAlignment
Alignement horizontal de la bitmap par rapport à la position actuelle du caractère de texte.
- verticalAlignment
- LineDisplayVerticalAlignment
Alignement vertical de la bitmap par rapport à la position actuelle du caractère de texte.
- widthInPixels
-
Int32
int
Largeur souhaitée de la bitmap. Une valeur de 0 pixels affiche la bitmap à un pixel par point d’écran (non mis à l’échelle).
Retours
Retourne true si la bitmap a été correctement affichée ; sinon, False.
- Attributs
Configuration requise pour Windows
Famille d’appareils |
Windows 10 Fall Creators Update (introduit dans 10.0.16299.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduit dans v5.0)
|
Remarques
Si la valeur LineDisplayCapabilities.CanDisplayBitmaps est False, cette méthode échoue.
Si la valeur widthInPixels fournie est supérieure à ClaimedLineDisplay.MaxBitmapSizeInPixels, cette méthode échoue.
S’applique à
TryDisplayStorageFileBitmapAtCursorAsync(StorageFile, LineDisplayHorizontalAlignment, LineDisplayVerticalAlignment)
Tente d’afficher de manière asynchrone une bitmap à partir d’un fichier de stockage à la position actuelle du curseur.
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)
Paramètres
- bitmap
- StorageFile
Bitmap à afficher.
- horizontalAlignment
- LineDisplayHorizontalAlignment
Alignement horizontal de la bitmap par rapport à la position actuelle du caractère de texte.
- verticalAlignment
- LineDisplayVerticalAlignment
Alignement vertical de la bitmap par rapport à la position actuelle du caractère de texte.
Retours
Retourne true si la bitmap a été correctement affichée ; sinon, False.
- Attributs
Configuration requise pour Windows
Famille d’appareils |
Windows 10 Fall Creators Update (introduit dans 10.0.16299.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduit dans v5.0)
|
Remarques
Si la valeur LineDisplayCapabilities.CanDisplayBitmaps est False, cette méthode échoue.
S’applique à
TryDisplayStorageFileBitmapAtCursorAsync(StorageFile)
Tente d’afficher de manière asynchrone une bitmap à partir d’un fichier de stockage à la position actuelle du curseur.
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)
Paramètres
- bitmap
- StorageFile
Bitmap à afficher.
Retours
Retourne true si la bitmap a été correctement affichée ; sinon, False.
- Attributs
Configuration requise pour Windows
Famille d’appareils |
Windows 10 Fall Creators Update (introduit dans 10.0.16299.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduit dans v5.0)
|
Remarques
Si la valeur LineDisplayCapabilities.CanDisplayBitmaps est False, cette méthode échoue.