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
Показать файл Открыть проект Примеры использования класса

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

Свойство Тип Описание
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