HdmiDisplayMode.ResolutionHeightInRawPixels 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得裝置的原始圖元解析度高度。
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