C# 클래스 Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpegfx.RDPGFX_POINT16

This structure specifies a point relative to the virtual-desktop origin.
파일 보기 프로젝트 열기: Microsoft/WindowsProtocolTestSuites 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
x ushort
y ushort

공개 메소드들

메소드 설명
RDPGFX_POINT16 ( ushort xPos, ushort yPos ) : System

메소드 상세

RDPGFX_POINT16() 공개 메소드

public RDPGFX_POINT16 ( ushort xPos, ushort yPos ) : System
xPos ushort
yPos ushort
리턴 System

프로퍼티 상세

x 공개적으로 프로퍼티

A 16-bit unsigned integer, specifies x-coordinate of the point.
public ushort x
리턴 ushort

y 공개적으로 프로퍼티

A 16-bit unsigned integer, specifies y-coordinate of the point.
public ushort y
리턴 ushort