HdmiDisplayMode.ResolutionHeightInRawPixels 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 height in raw pixels.
public:
property unsigned int ResolutionHeightInRawPixels { unsigned int get(); };
uint32_t ResolutionHeightInRawPixels();
public uint ResolutionHeightInRawPixels { get; }
var uInt32 = hdmiDisplayMode.resolutionHeightInRawPixels;
Public ReadOnly Property ResolutionHeightInRawPixels As UInteger