C# Class 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
Exibir arquivo Open project: Microsoft/WindowsProtocolTestSuites Class Usage Examples

Public Properties

Property Type Description
xPos ushort
yPos ushort

Public Methods

Method Description
TS_POINT16 ( ushort x, ushort y ) : System

Constructor

Method Details

TS_POINT16() public method

Constructor
public TS_POINT16 ( ushort x, ushort y ) : System
x ushort xPos
y ushort yPos
return System

Property Details

xPos public_oe property

A 16-bit unsigned integer. The x-coordinate relative to the top-left corner of the server's virtual desktop.
public ushort xPos
return ushort

yPos public_oe property

A 16-bit unsigned integer. The y-coordinate relative to the top-left corner of the server's virtual desktop.
public ushort yPos
return ushort