C# 클래스 StarryEyes.Nightmare.Windows.Forms.Screen

파일 보기 프로젝트 열기: karno/StarryEyes

공개 메소드들

메소드 설명
FromHandle ( IntPtr handle ) : Screen

Get screen which contains specific window.

FromPoint ( Point pt ) : Screen

Get screen which contains specific point.

비공개 메소드들

메소드 설명
Screen ( System.Windows.Forms wfScreen ) : System
Wrap ( System.Windows.Forms screen ) : Screen

메소드 상세

FromHandle() 공개 정적인 메소드

Get screen which contains specific window.
public static FromHandle ( IntPtr handle ) : Screen
handle System.IntPtr Window handle
리턴 Screen

FromPoint() 공개 정적인 메소드

Get screen which contains specific point.
public static FromPoint ( Point pt ) : Screen
pt System.Windows.Point point offset, this is only supports integer.
리턴 Screen