C# Класс Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpbcgr.TS_MONITOR_DEF

The TS_MONITOR_DEF packet describes the configuration of a client-side display monitor. The x and y coordinates used to describe the monitor position MUST be relative to the upper-left corner of the monitor designated as the "primary display monitor" (this implies that the upper-left corner of the primary monitor is always (0, 0)).
Показать файл Открыть проект Примеры использования класса

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

Свойство Тип Описание
bottom uint
flags Flags_TS_MONITOR_DEF
left uint
right uint
top uint

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

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

A 32-bit, unsigned integer. Specifies the y-coordinate of the lower-right corner of the display monitor.
public uint bottom
Результат uint

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

A 32-bit, unsigned integer. Monitor configuration flags.
public Flags_TS_MONITOR_DEF flags
Результат Flags_TS_MONITOR_DEF

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

A 32-bit, unsigned integer. Specifies the x-coordinate of the upper-left corner of the display monitor.
public uint left
Результат uint

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

A 32-bit, unsigned integer. Specifies the x-coordinate of the lower-right corner of the display monitor.
public uint right
Результат uint

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

A 32-bit, unsigned integer. Specifies the y-coordinate of the upper-left corner of the display monitor.
public uint top
Результат uint