PixelFormatChannelMask.Mask 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.
Obtient le masque de bits pour un canal de couleur. La valeur ne sera jamais supérieure à 0xffffffff.
public:
property System::Collections::Generic::IList<System::Byte> ^ Mask { System::Collections::Generic::IList<System::Byte> ^ get(); };
public System.Collections.Generic.IList<byte> Mask { get; }
member this.Mask : System.Collections.Generic.IList<byte>
Public ReadOnly Property Mask As IList(Of Byte)
Valeur de propriété
Masque de bits pour un canal de couleur.
Remarques
Utilisation du texte XAML
Vous ne pouvez pas utiliser cette propriété en XAML.