HdmiDisplayMode.PixelEncoding Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the type of pixel encoding the device uses for rendering display content.
public:
property HdmiDisplayPixelEncoding PixelEncoding { HdmiDisplayPixelEncoding get(); };
HdmiDisplayPixelEncoding PixelEncoding();
public HdmiDisplayPixelEncoding PixelEncoding { get; }
var hdmiDisplayPixelEncoding = hdmiDisplayMode.pixelEncoding;
Public ReadOnly Property PixelEncoding As HdmiDisplayPixelEncoding