C# Класс BrightnessTray.NativeMethods.MONITORINFO

Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
cbSize uint
dwFlags uint
rcMonitor RECT
rcWork RECT

Описание свойств

cbSize публичное свойство

The size of the structure, in bytes.
public uint cbSize
Результат uint

dwFlags публичное свойство

A set of flags that represent attributes of the display monitor.
public uint dwFlags
Результат uint

rcMonitor публичное свойство

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
Результат RECT

rcWork публичное свойство

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
Результат RECT