Win32Interop.GetMonitorFromDisplayId(DisplayId) method
Reference
Definition
Namespace: Microsoft.UI
Gets the display monitor handle that corresponds to the specified displayId, if the provided displayId is valid and the system has an HMONITOR
that represents the display monitor.
public static IntPtr GetMonitorFromDisplayId(DisplayId displayId);
Parameters
displayId
DisplayId
The identifier for the display.
Returns
The display monitor handle that corresponds to the specified displayId, if the provided displayId is valid and the system has an HMONITOR
that represents the display monitor. Otherwise, null
.
Applies to
Product | Introduced in |
---|---|
WinUI 3 | Windows App SDK 1.0 |
See also
Cộng tác với chúng tôi trên GitHub
Bạn có thể tìm thấy nguồn cho nội dung này trên GitHub, nơi bạn cũng có thể tạo và xem lại các vấn đề và yêu cầu kéo. Để biết thêm thông tin, hãy xem hướng dẫn dành cho người đóng góp của chúng tôi.
Windows developer