ColorDepth 列舉

定義

指定顯示在 ImageList 控制項影像中所使用的色彩數目。

public enum class ColorDepth
public enum ColorDepth
type ColorDepth = 
Public Enum ColorDepth
繼承
ColorDepth

欄位

Depth16Bit 16

十六位元影像。

Depth24Bit 24

二十四位元影像。

Depth32Bit 32

三十二位元影像。

Depth4Bit 4

四位元影像。

Depth8Bit 8

八位元影像。

備註

這個列舉是由 類別的 ImageList 屬性使用 ColorDepth

適用於