Class NativeTouch.GESTURENOTIFYSTRUCT
Gets and sets the gesture notification information for enable the gesture.
Inheritance
System.Object
NativeTouch.GESTURENOTIFYSTRUCT
Namespace: Syncfusion.WinForms.Core
Assembly: Syncfusion.Shared.Base.dll
Syntax
public sealed class GESTURENOTIFYSTRUCT : ValueType
Fields
CbSize
The size of the structure.
Declaration
public int CbSize
Field Value
| Type |
|---|
| System.Int32 |
DwFlags
Reserved for future use.
Declaration
public int DwFlags
Field Value
| Type |
|---|
| System.Int32 |
DwInstanceID
A specific gesture instance with gesture messages starting with GID_BEGIN and ending with GID_END.
Declaration
public int DwInstanceID
Field Value
| Type |
|---|
| System.Int32 |
HwndTarget
The target window for the gesture notification.
Declaration
public readonly IntPtr HwndTarget
Field Value
| Type |
|---|
| System.IntPtr |
PtsLocation
The location of the gesture in physical screen coordinates.
Declaration
public NativeTouch.POINTS PtsLocation
Field Value
| Type |
|---|
| NativeTouch.POINTS |