C# Class WpfScreen, code

显示文件 Open project: shendongnian/code Class Usage Examples

Public Methods

Method Description
AllScreens ( ) : IEnumerable
GetScreenFrom ( Point, point ) : WpfScreen,
GetScreenFrom ( Window, window ) : WpfScreen,

Private Methods

Method Description
GetRect ( Rectangle, value ) : Rect,
WpfScreen ( Screen screen )

Method Details

AllScreens() public static method

public static AllScreens ( ) : IEnumerable
return IEnumerable

GetScreenFrom() public static method

public static GetScreenFrom ( Point, point ) : WpfScreen,
point Point,
return WpfScreen,

GetScreenFrom() public static method

public static GetScreenFrom ( Window, window ) : WpfScreen,
window Window,
return WpfScreen,