DevModeBitsPerPixel Field

Specifies the color resolution, in bits per pixel, of the display device (for example: 4 bits for 16 colors, 8 bits for 256 colors, or 16 bits for 65,536 colors).

Display drivers use this member, for example, in the ChangeDisplaySettings function.

Printer drivers do not use this member.

Definition

Namespace: DevCase.Win32.Structures
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public int BitsPerPixel

Field Value

Int32

See Also