C# Class StarryEyes.Nightmare.Windows.Forms.Screen

Afficher le fichier Open project: karno/StarryEyes

Méthodes publiques

Méthode Description
FromHandle ( IntPtr handle ) : Screen

Get screen which contains specific window.

FromPoint ( Point pt ) : Screen

Get screen which contains specific point.

Private Methods

Méthode Description
Screen ( System.Windows.Forms wfScreen ) : System
Wrap ( System.Windows.Forms screen ) : Screen

Method Details

FromHandle() public static méthode

Get screen which contains specific window.
public static FromHandle ( IntPtr handle ) : Screen
handle System.IntPtr Window handle
Résultat Screen

FromPoint() public static méthode

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