ColorDepth 列舉
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
指定顯示在 ImageList 控制項影像中所使用的色彩數目。
public enum class ColorDepth
public enum ColorDepth
type ColorDepth =
Public Enum ColorDepth
- 繼承
欄位
Depth16Bit | 16 | 十六位元影像。 |
Depth24Bit | 24 | 二十四位元影像。 |
Depth32Bit | 32 | 三十二位元影像。 |
Depth4Bit | 4 | 四位元影像。 |
Depth8Bit | 8 | 八位元影像。 |
備註
這個列舉是由 類別的 ImageList 屬性使用 ColorDepth 。