ColorDepth Énumération
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.
Spécifie le nombre de couleurs permettant d'afficher une image dans un contrôle ImageList.
public enum class ColorDepth
public enum ColorDepth
type ColorDepth =
Public Enum ColorDepth
- Héritage
Champs
Depth16Bit | 16 | Image 16 bits. |
Depth24Bit | 24 | Image 24 bits. |
Depth32Bit | 32 | Image 32 bits. |
Depth4Bit | 4 | Image 4 bits. |
Depth8Bit | 8 | Image 8 bits. |
Remarques
Cette énumération est utilisée par la ColorDepth propriété de la ImageList classe.