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
Показать файл Открыть проект Примеры использования класса

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