Screen.FromHandle(IntPtr) 方法

定义

检索包含该对象(被指定句柄所引用)的最大部分的显示器的 Screen

public:
 static System::Windows::Forms::Screen ^ FromHandle(IntPtr hwnd);
public static System.Windows.Forms.Screen FromHandle (IntPtr hwnd);
static member FromHandle : nativeint -> System.Windows.Forms.Screen
Public Shared Function FromHandle (hwnd As IntPtr) As Screen

参数

hwnd
IntPtr

nativeint

要在 Screen 中检索的窗口句柄。

返回

Screen

包含该对象的最大区域的显示器的 Screen。 在各显示器都不包含指定窗口的任何部分的多显示器环境中,将返回与该对象最接近的显示器。

适用于