Click or drag to resize
Xcalibur Systems LLC Logo

MonitorHelper Methods

The MonitorHelper type exposes the following members.

Methods
 NameDescription
Public methodStatic memberEnumDisplayMonitors The EnumDisplayMonitors function enumerates display monitors (including invisible pseudo-monitors associated with the mirroring drivers) that intersect a region formed by the intersection of a specified clipping rectangle and the visible region of a device context.

EnumDisplayMonitors function

Public methodStatic memberGetMonitorInfo The GetMonitorInfo function retrieves information about a display monitor.

GetMonitorInfo function

Public methodStatic memberGetWindowRect Retrieves the dimensions of the bounding rectangle of the specified window. The dimensions are given in screen coordinates that are relative to the upper-left corner of the screen.

GetWindowRect function

Public methodStatic memberIsWindowRectValid Determines whether [is window rect valid] [the specified rect].
Public methodStatic memberMonitorFromRect The MonitorFromRect function retrieves a handle to the display monitor that has the largest area of intersection with a specified rectangle.

MonitorFromRect function

Top
See Also