Toggle navigation
Hot Examples
DE
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Suchen
Home
Microsoft
Protocols
TestTools
StackSdk
RemoteDesktop
Rdpegfx
RDPGFX_POINT16
C# Class Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpegfx.RDPGFX_POINT16
This structure specifies a point relative to the virtual-desktop origin.
Datei anzeigen
Open project: Microsoft/WindowsProtocolTestSuites
Class Usage Examples
Public Properties
Property
Type
Description
x
ushort
y
ushort
Public Methods
Method
Description
RDPGFX_POINT16
(
ushort
xPos
,
ushort
yPos
) :
System
Method Details
RDPGFX_POINT16()
public
method
public
RDPGFX_POINT16
(
ushort
xPos
,
ushort
yPos
) :
System
xPos
ushort
yPos
ushort
return
System
Property Details
x
public_oe property
A 16-bit unsigned integer, specifies x-coordinate of the point.
public
ushort
x
return
ushort
y
public_oe property
A 16-bit unsigned integer, specifies y-coordinate of the point.
public
ushort
y
return
ushort