Treehopper C# API
MonitorInfo Struct Reference

Public Attributes

uint Size
 The size of the structure, in bytes. More...
 
Rectangle MonitorRect
 A RECT structure that specifies the display monitor rectangle, expressed in virtual-screen coordinates. More...
 
Rectangle WorkRect
 A RECT structure that specifies the work area rectangle of the display monitor, expressed in virtual-screen coordinates. More...
 
MonitorInfoFlag Flags
 A set of flags that represent attributes of the display monitor. More...
 

Member Data Documentation

◆ Flags

A set of flags that represent attributes of the display monitor.

◆ MonitorRect

Rectangle MonitorRect

A RECT 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.

◆ Size

uint Size

The size of the structure, in bytes.

◆ WorkRect

Rectangle WorkRect

A RECT 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.


The documentation for this struct was generated from the following file: