共用方式為


DisplayInformation.ScreenHeightInRawPixels 屬性

定義

傳回邏輯監視器目前的高度解析度。

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

屬性值

UInt32

unsigned int

uint32_t

傳回包含應用程式檢視之邏輯監視器的目前解析度。 當應用程式的檢視移至另一個邏輯監視器時,這個屬性會反映新的邏輯監視器解析度。

Windows 需求

裝置系列
Windows 10 Anniversary Edition (已於 10.0.14393.0 引進)
API contract
Windows.Foundation.UniversalApiContract (已於 v3.0 引進)

適用於