C# Class Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpbcgr.TS_MONITOR_ATTRIBUTES

The TS_MONITOR_ATTRIBUTES packet describes extended attributes of a client-side display monitor.
Exibir arquivo Open project: Microsoft/WindowsProtocolTestSuites Class Usage Examples

Public Properties

Property Type Description
desktopScaleFactor uint
deviceScaleFactor uint
orientation TS_MONITOR_ATTRIBUTES_orientation_values
physicalHeight uint
physicalWidth uint

Public Methods

Method Description
Clone ( ) : TS_MONITOR_ATTRIBUTES

Method Details

Clone() public method

public Clone ( ) : TS_MONITOR_ATTRIBUTES
return TS_MONITOR_ATTRIBUTES

Property Details

desktopScaleFactor public_oe property

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
return uint

deviceScaleFactor public_oe property

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
return uint

orientation public_oe property

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
return TS_MONITOR_ATTRIBUTES_orientation_values

physicalHeight public_oe property

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
return uint

physicalWidth public_oe property

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
return uint