C# Class Alteridem.WinTouch.GestureInfo

ファイルを表示 Open project: rprouse/WinTouch.NET Class Usage Examples

Public Properties

Property 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
return System.Int64

extraArguments public_oe property

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

flags public_oe property

The state of the gesture. Contains GestureFlags.
public int flags
return int

hwnd public_oe property

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

id public_oe property

The identifier of the gesture command. Contains GestureId.
public int id
return int

instanceId public_oe property

An internally used identifier for the structure.
public int instanceId
return 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
return Points

sequenceId public_oe property

An internally used identifier for the sequence.
public int sequenceId
return int

size public_oe property

The size of the structure, in bytes. The caller must set this.
public int size
return int