C# Класс Fluent.NativeMethods.MonitorInfo

Показать файл Открыть проект Примеры использования класса

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

Свойство Тип Описание
Flags uint
Monitor Rect
Size int
Work Rect

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

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

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

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

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

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

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

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

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