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

The TS_MONITOR_ATTRIBUTES packet describes extended attributes of a client-side display monitor.
Показать файл Открыть проект Примеры использования класса

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

Свойство Тип Описание
desktopScaleFactor uint
deviceScaleFactor uint
orientation TS_MONITOR_ATTRIBUTES_orientation_values
physicalHeight uint
physicalWidth uint

Открытые методы

Метод Описание
Clone ( ) : TS_MONITOR_ATTRIBUTES

Описание методов

Clone() публичный Метод

public Clone ( ) : TS_MONITOR_ATTRIBUTES
Результат TS_MONITOR_ATTRIBUTES

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

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

A 32-bit, unsigned integer. The desktop scale factor of the monitor. This value MUST be ignored if it is less than 100% or greater than 500% or deviceScaleFactor is not 100%, 140% or 180%
public uint desktopScaleFactor
Результат uint

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

A 32-bit, unsigned integer. The device scale factor of the monitor. This value MUST be ignored if it is not set to 100%, 140% or 180% or desktopScaleFactor is less than 100% or greater than 500%.
public uint deviceScaleFactor
Результат uint

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

A 32-bit, unsigned integer. The orientation of the monitor, in degrees. This value MUST be ignored if it is invalid
public TS_MONITOR_ATTRIBUTES_orientation_values orientation
Результат TS_MONITOR_ATTRIBUTES_orientation_values

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

A 32-bit, unsigned integer. The physical height of the monitor, in millimeters. This value MUST be ignored if it is less than 10 mm or greater than 10,000 mm or physicalWidth is less than 10 mm or greater than 10,000 mm.
public uint physicalHeight
Результат uint

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

A 32-bit, unsigned integer. The physical width of the monitor, in millimeters (mm). This value MUST be ignored if it is less than 10 mm or greater than 10,000 mm or physicalHeight is less than 10 mm or greater than 10,000 mm.
public uint physicalWidth
Результат uint