Click or drag to resize
Xcalibur Systems LLC Logo

MonitorInfo Fields

The MonitorInfo type exposes the following members.

Fields
 NameDescription
Public fieldFlags A set of flags that represent attributes of the display monitor.
Public fieldMonitor A structure that specifies the display monitor rectangle, expressed in virtual-screen coordinates. Note that if the monitor is not the primary display monitor, some of the rectangle's coordinates may be negative values.
Public fieldSize The size of the structure, in bytes. Set this member to sizeof (MONITORINFO ) before calling the GetMonitorInfo function. Doing so lets the function determine the type of structure you are passing to it.
Public fieldWork A structure that specifies the work area rectangle of the display monitor, expressed in virtual-screen coordinates. Note that if the monitor is not the primary display monitor, some of the rectangle's coordinates may be negative values.
Top
See Also