C# Class TouchBridge.MonitorDetection

Find out about which monitors are made available by the system.
显示文件 Open project: HEInventions/TouchBridge

Public Methods

Method Description
QueryDisplays ( ) : List

Returns the number of Displays using the Win32 functions.

Private Methods

Method Description
EnumDisplayMonitors ( IntPtr hdc, IntPtr lprcClip, MonitorEnumDelegate lpfnEnum, IntPtr dwData ) : bool
GetMonitorInfo ( IntPtr hmon, MonitorInfo &mi ) : bool

Method Details

QueryDisplays() public static method

Returns the number of Displays using the Win32 functions.
public static QueryDisplays ( ) : List
return List