HdmiDisplayMode.BitsPerPixel Property

Definition

Gets the number of bits per pixel. It specifies the number of bits used in a pixel.

public:
 property unsigned short BitsPerPixel { unsigned short get(); };
uint16_t BitsPerPixel();
public ushort BitsPerPixel { get; }
var uInt16 = hdmiDisplayMode.bitsPerPixel;
Public ReadOnly Property BitsPerPixel As UShort

Property Value

UInt16

unsigned short

uint16_t

Applies to