HdmiDisplayMode.ResolutionWidthInRawPixels 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 device's resolution width in raw pixels.
public:
property unsigned int ResolutionWidthInRawPixels { unsigned int get(); };
uint32_t ResolutionWidthInRawPixels();
public uint ResolutionWidthInRawPixels { get; }
var uInt32 = hdmiDisplayMode.resolutionWidthInRawPixels;
Public ReadOnly Property ResolutionWidthInRawPixels As UInteger