C# 클래스 Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpbcgr.TS_MONITOR_ATTRIBUTES

The TS_MONITOR_ATTRIBUTES packet describes extended attributes of a client-side display monitor.
파일 보기 프로젝트 열기: Microsoft/WindowsProtocolTestSuites 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
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