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 中引入)

适用于