C# Class WpfScreen, code

Afficher le fichier Open project: shendongnian/code Class Usage Examples

Méthodes publiques

Méthode Description
AllScreens ( ) : IEnumerable
GetScreenFrom ( Point, point ) : WpfScreen,
GetScreenFrom ( Window, window ) : WpfScreen,

Private Methods

Méthode Description
GetRect ( Rectangle, value ) : Rect,
WpfScreen ( Screen screen )

Method Details

AllScreens() public static méthode

public static AllScreens ( ) : IEnumerable
Résultat IEnumerable

GetScreenFrom() public static méthode

public static GetScreenFrom ( Point, point ) : WpfScreen,
point Point,
Résultat WpfScreen,

GetScreenFrom() public static méthode

public static GetScreenFrom ( Window, window ) : WpfScreen,
window Window,
Résultat WpfScreen,