C# Класс Alteridem.WinTouch.GestureInfo

Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
arguments System.Int64
extraArguments int
flags int
hwnd System.IntPtr
id int
instanceId int
location Points
sequenceId int
size int

Описание свойств

arguments публичное свойство

A 64-bit unsigned integer that contains the arguments for gestures that fit into 8 bytes.
public Int64,System arguments
Результат System.Int64

extraArguments публичное свойство

The size, in bytes, of extra arguments that accompany this gesture.
public int extraArguments
Результат int

flags публичное свойство

The state of the gesture. Contains GestureFlags.
public int flags
Результат int

hwnd публичное свойство

A handle to the window that is targeted by this gesture.
public IntPtr,System hwnd
Результат System.IntPtr

id публичное свойство

The identifier of the gesture command. Contains GestureId.
public int id
Результат int

instanceId публичное свойство

An internally used identifier for the structure.
public int instanceId
Результат int

location публичное свойство

A Points structure containing the coordinates associated with the gesture. These coordinates are always relative to the origin of the screen.
public Points,Alteridem.WinTouch location
Результат Points

sequenceId публичное свойство

An internally used identifier for the sequence.
public int sequenceId
Результат int

size публичное свойство

The size of the structure, in bytes. The caller must set this.
public int size
Результат int