C# Class BrightnessTray.NativeMethods.MONITORINFO

Mostrar archivo Open project: navhaxs/BrightnessTray

Public Properties

Property Type Description
cbSize uint
dwFlags uint
rcMonitor RECT
rcWork RECT

Property Details

cbSize public_oe property

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

dwFlags public_oe property

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

rcMonitor public_oe 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_oe 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