Struct NativeTouch.GESTUREINFO
Stores the information about the gesture.
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.ReferenceEquals(System.Object, System.Object)
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
Namespace: Syncfusion.WinForms.Core
Assembly: Syncfusion.Shared.Base.dll
Syntax
public struct GESTUREINFO
Fields
CbExtraArgs
The size, in bytes, of extra arguments that accompany this gesture.
Declaration
public int CbExtraArgs
Field Value
Type |
---|
System.Int32 |
CbSize
The size of the structure, in bytes. The caller must set this to sizeof(GESTUREINFO).
Declaration
public int CbSize
Field Value
Type |
---|
System.Int32 |
DwFlags
The state of the gesture.
Declaration
public int DwFlags
Field Value
Type |
---|
System.Int32 |
DwID
The identifier of the gesture command.
Declaration
public int DwID
Field Value
Type |
---|
System.Int32 |
DwInstanceID
Internally used identifier for structure.
Declaration
public int DwInstanceID
Field Value
Type |
---|
System.Int32 |
DwSequenceID
Internally used identifier for sequence.
Declaration
public int DwSequenceID
Field Value
Type |
---|
System.Int32 |
HwndTarget
handle to window targeted by this gesture.
Declaration
public readonly IntPtr HwndTarget
Field Value
Type |
---|
System.IntPtr |
PtsLocation
Current location of this gesture. These coordinates are always relative to the origin of the screen.
Declaration
public NativeTouch.POINTS PtsLocation
Field Value
Type |
---|
NativeTouch.POINTS |
UllArguments
Arguments for gestures whose arguments fit in 8 BYTES.
Declaration
public long UllArguments
Field Value
Type |
---|
System.Int64 |