Click or drag to resize
Xcalibur Systems LLC Logo

MonitorHelperGetMonitorInfo Method

The GetMonitorInfo function retrieves information about a display monitor.

GetMonitorInfo function


Namespace: Xcalibur.NativeMethods.V2.Monitors
Assembly: Xcalibur.NativeMethods.V2 (in Xcalibur.NativeMethods.V2.dll) Version: 1.0.1.0
Syntax
[DllImportAttribute("user32.dll")]
public static bool GetMonitorInfo(
	IntPtr monitorHandle,
	ref MonitorInfo monitorInfo
)

Parameters

monitorHandle  IntPtr
A handle to the display monitor of interest.
monitorInfo  MonitorInfo
A pointer to a instance created by this method.

Return Value

Boolean
See Also