共用方式為


DisplayInformation.ScreenWidthInRawPixels 屬性

定義

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

public:
 property unsigned int ScreenWidthInRawPixels { unsigned int get(); };
uint32_t ScreenWidthInRawPixels();
public uint ScreenWidthInRawPixels { get; }
var uInt32 = displayInformation.screenWidthInRawPixels;
Public ReadOnly Property ScreenWidthInRawPixels As UInteger

屬性值

UInt32

unsigned int

uint32_t

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

Windows 需求

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

適用於