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비트 이미지입니다.

설명

이 열거형은에서 사용 합니다 ColorDepth 의 속성을 ImageList 클래스.

적용 대상