C# Class Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpegfx.RDPGFX_POINT16

This structure specifies a point relative to the virtual-desktop origin.
Afficher le fichier Open project: Microsoft/WindowsProtocolTestSuites Class Usage Examples

Méthodes publiques

Свойство Type Description
x ushort
y ushort

Méthodes publiques

Méthode Description
RDPGFX_POINT16 ( ushort xPos, ushort yPos ) : System

Method Details

RDPGFX_POINT16() public méthode

public RDPGFX_POINT16 ( ushort xPos, ushort yPos ) : System
xPos ushort
yPos ushort
Résultat System

Property Details

x public_oe property

A 16-bit unsigned integer, specifies x-coordinate of the point.
public ushort x
Résultat ushort

y public_oe property

A 16-bit unsigned integer, specifies y-coordinate of the point.
public ushort y
Résultat ushort