C# 클래스 TouchHook.MouseEventArgs

상속: EventArgs
파일 보기 프로젝트 열기: andyhebear/Touch_Hook 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
hitTestCode uint
x int
y int

프로퍼티 상세

hitTestCode 공개적으로 프로퍼티

public uint hitTestCode
리턴 uint

x 공개적으로 프로퍼티

public int x
리턴 int

y 공개적으로 프로퍼티

public int y
리턴 int