Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpbcgr.TS_POINT16.TS_POINT16 C# (CSharp) Method

TS_POINT16() public method

Constructor
public TS_POINT16 ( ushort x, ushort y ) : System
x ushort xPos
y ushort yPos
return System
        public TS_POINT16(ushort x, ushort y)
        {
            this.xPos = x;
            this.yPos = y;
        }
TS_POINT16