ColorDepth Enumeration

Definition

Gibt die Anzahl der Farben an, mit denen ein Bild in einem ImageList-Steuerelement angezeigt wird.

public enum class ColorDepth
public enum ColorDepth
type ColorDepth = 
Public Enum ColorDepth
Vererbung
ColorDepth

Felder

Depth16Bit 16

Ein 16-Bit-Bild.

Depth24Bit 24

Ein 24-Bit-Bild.

Depth32Bit 32

Ein 32-Bit-Bild.

Depth4Bit 4

Ein 4-Bit-Bild.

Depth8Bit 8

Ein 8-Bit-Bild.

Hinweise

Diese Aufzählung wird von der ColorDepth Eigenschaft der ImageList Klasse verwendet.

Gilt für