C# 클래스 Windows7.Multitouch.GestureHandler

Handles gesture events
The handler simplifies handling gesture such as rotate, zoom and pan by keeping the requires knowledge of the previous and first event in the gesture event sequence.
상속: Handler
파일 보기 프로젝트 열기: RIT-Tool-Time/Cascade 1 사용 예제들

Private Properties

프로퍼티 타입 설명
GestureHandler System
MapWM2EventId uint

보호된 메소드들

메소드 설명
SetHWndTouchInfo ( ) : bool

Register the form to get gesture events

WindowProc ( IntPtr hWnd, int msg, IntPtr wParam, IntPtr lParam ) : uint

The Windows message interception for gesture events handling

비공개 메소드들

메소드 설명
GestureHandler ( IHwndWrapper hWndWrapper ) : System

Construct a gesture handler instance

MapWM2EventId ( uint dwID, uint dwFlags ) : uint

메소드 상세

SetHWndTouchInfo() 보호된 메소드

Register the form to get gesture events
protected SetHWndTouchInfo ( ) : bool
리턴 bool

WindowProc() 보호된 메소드

The Windows message interception for gesture events handling
protected WindowProc ( IntPtr hWnd, int msg, IntPtr wParam, IntPtr lParam ) : uint
hWnd System.IntPtr WndProc hWnd
msg int WndProc msg
wParam System.IntPtr WndProc wParam
lParam System.IntPtr WndProc lParam
리턴 uint