BitmapFrame.BitmapAlphaMode Propriété
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.
Mode alpha par défaut du cadre.
public:
property BitmapAlphaMode BitmapAlphaMode { BitmapAlphaMode get(); };
BitmapAlphaMode BitmapAlphaMode();
public BitmapAlphaMode BitmapAlphaMode { get; }
var bitmapAlphaMode = bitmapFrame.bitmapAlphaMode;
Public ReadOnly Property BitmapAlphaMode As BitmapAlphaMode
Valeur de propriété
Mode alpha par défaut du cadre.
Implémente
Remarques
Il s’agit du mode alpha utilisé lors de l’appel de la méthode GetPixelDataAsync .