Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
Microsoft
Protocols
TestTools
StackSdk
RemoteDesktop
Rdpbcgr
TS_POINT16
C# 클래스 Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpbcgr.TS_POINT16
The TS_POINT16 structure specifies a point relative to the top-left corner of the server's virtual desktop.
file:///C:/ts_dev/TestSuites/MS-RDPBCGR/TestSuite/Src/TD/latest_XMLS_16may/RDPBCGR/ _rfc_ms-rdpbcgr2_1_8_1_1_4_1.xml
파일 보기
프로젝트 열기: Microsoft/WindowsProtocolTestSuites
1 사용 예제들
공개 프로퍼티들
프로퍼티
타입
설명
xPos
ushort
yPos
ushort
공개 메소드들
메소드
설명
TS_POINT16
(
ushort
x
,
ushort
y
) :
System
Constructor
메소드 상세
TS_POINT16()
공개
메소드
Constructor
public
TS_POINT16
(
ushort
x
,
ushort
y
) :
System
x
ushort
xPos
y
ushort
yPos
리턴
System
프로퍼티 상세
xPos
공개적으로 프로퍼티
A 16-bit unsigned integer. The x-coordinate relative to the top-left corner of the server's virtual desktop.
public
ushort
xPos
리턴
ushort
yPos
공개적으로 프로퍼티
A 16-bit unsigned integer. The y-coordinate relative to the top-left corner of the server's virtual desktop.
public
ushort
yPos
리턴
ushort