DisplayInformation.ScreenHeightInRawPixels 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳回邏輯監視器目前的高度解析度。
public:
property unsigned int ScreenHeightInRawPixels { unsigned int get(); };
uint32_t ScreenHeightInRawPixels();
public uint ScreenHeightInRawPixels { get; }
var uInt32 = displayInformation.screenHeightInRawPixels;
Public ReadOnly Property ScreenHeightInRawPixels As UInteger
屬性值
傳回包含應用程式檢視之邏輯監視器的目前解析度。 當應用程式的檢視移至另一個邏輯監視器時,這個屬性會反映新的邏輯監視器解析度。
Windows 需求
裝置系列 |
Windows 10 Anniversary Edition (已於 10.0.14393.0 引進)
|
API contract |
Windows.Foundation.UniversalApiContract (已於 v3.0 引進)
|