ColorDepth 列挙型

定義

ImageList コントロールにイメージを表示するときに使用する色の数を指定します。

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

フィールド

Depth16Bit 16

16 ビット イメージ。

Depth24Bit 24

24 ビット イメージ。

Depth32Bit 32

32 ビット イメージ。

Depth4Bit 4

4 ビット イメージ。

Depth8Bit 8

8 ビット イメージ。

注釈

この列挙は、 クラスの ColorDepthImageList プロパティによって使用されます。

適用対象