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입니다. 어떠한 디스플레이에도 지정된 창 부분이 포함되어 있지 않은 여러 디스플레이 환경에서는 개체에 가장 가까운 디스플레이가 반환됩니다.

적용 대상