C# Class BrightnessTray.NativeMethods.MONITORINFO

Show file Open project: navhaxs/BrightnessTray

Public Properties

Property Type Description
cbSize uint
dwFlags uint
rcMonitor RECT
rcWork RECT

Property Details

cbSize public property

The size of the structure, in bytes.
public uint cbSize
return uint

dwFlags public property

A set of flags that represent attributes of the display monitor.
public uint dwFlags
return uint

rcMonitor public property

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.
public RECT rcMonitor
return RECT

rcWork public property

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.
public RECT rcWork
return RECT