C# Class Alteridem.WinTouch.GestureInfo

Afficher le fichier Open project: rprouse/WinTouch.NET Class Usage Examples

Méthodes publiques

Свойство Type Description
arguments System.Int64
extraArguments int
flags int
hwnd System.IntPtr
id int
instanceId int
location Points
sequenceId int
size int

Property Details

arguments public_oe property

A 64-bit unsigned integer that contains the arguments for gestures that fit into 8 bytes.
public Int64,System arguments
Résultat System.Int64

extraArguments public_oe property

The size, in bytes, of extra arguments that accompany this gesture.
public int extraArguments
Résultat int

flags public_oe property

The state of the gesture. Contains GestureFlags.
public int flags
Résultat int

hwnd public_oe property

A handle to the window that is targeted by this gesture.
public IntPtr,System hwnd
Résultat System.IntPtr

id public_oe property

The identifier of the gesture command. Contains GestureId.
public int id
Résultat int

instanceId public_oe property

An internally used identifier for the structure.
public int instanceId
Résultat int

location public_oe property

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
Résultat Points

sequenceId public_oe property

An internally used identifier for the sequence.
public int sequenceId
Résultat int

size public_oe property

The size of the structure, in bytes. The caller must set this.
public int size
Résultat int