C# 클래스 WpfScreenHelper.Screen

Represents a display device or multiple display devices on a single system.
파일 보기 프로젝트 열기: micdenny/WpfScreenHelper

공개 메소드들

메소드 설명
Equals ( object obj ) : bool

Gets or sets a value indicating whether the specified object is equal to this Screen.

FromHandle ( IntPtr hwnd ) : Screen

Retrieves a Screen for the display that contains the largest portion of the specified control.

FromPoint ( Point point ) : Screen

Retrieves a Screen for the display that contains the specified point.

GetHashCode ( ) : int

Computes and retrieves a hash code for an object.

비공개 메소드들

메소드 설명
Screen ( ) : System
Screen ( IntPtr monitor ) : System
Screen ( IntPtr monitor, IntPtr hdc ) : System

메소드 상세

Equals() 공개 메소드

Gets or sets a value indicating whether the specified object is equal to this Screen.
public Equals ( object obj ) : bool
obj object The object to compare to this Screen.
리턴 bool

FromHandle() 공개 정적인 메소드

Retrieves a Screen for the display that contains the largest portion of the specified control.
public static FromHandle ( IntPtr hwnd ) : Screen
hwnd System.IntPtr The window handle for which to retrieve the Screen.
리턴 Screen

FromPoint() 공개 정적인 메소드

Retrieves a Screen for the display that contains the specified point.
public static FromPoint ( Point point ) : Screen
point Point A that specifies the location for which to retrieve a Screen.
리턴 Screen

GetHashCode() 공개 메소드

Computes and retrieves a hash code for an object.
public GetHashCode ( ) : int
리턴 int