C# Class BrightnessTray.NativeMethods.MONITORINFO

Afficher le fichier Open project: navhaxs/BrightnessTray

Méthodes publiques

Свойство 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
Résultat uint

dwFlags public_oe property

A set of flags that represent attributes of the display monitor.
public uint dwFlags
Résultat 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
Résultat 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
Résultat RECT