Win32Interop.GetDisplayIdFromMonitor(IntPtr) 方法
参考
定义
命名空间:Microsoft.UI
如果提供的 hmonitor
有效,则获取与指定的“hmonitor”对应的 DisplayId
。
public static DisplayId GetDisplayIdFromMonitor(IntPtr hmonitor);
参数
hmonitor
IntPtr
要为其获取 DisplayId
的显示监视器的句柄。
返回
如果提供的 hmonitor 有效,则获取与指定的“hmonitor”对应的显示监视器标识符。 否则为 null
。
适用于
产品 | 已引入的版本 |
---|---|
WinUI 3 | Windows App SDK 1.0 |