ColorDepth Énumération

Définition

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
ColorDepth

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.

S’applique à