Share via


InkEditGestureEventArgs.InkEditGestureEventArgs Constructor

InkEditGestureEventArgs.InkEditGestureEventArgs Constructor

Initializes a new instance of the InkEditGestureEventArgs class.

Definition

Visual Basic .NET Public Sub InkEditGestureEventArgs( _
ByVal cursor As Cursor, _
ByVal strokes As Strokes, _
ByVal gestures() As Gesture, _
ByVal cancel As Boolean _
)
C# public InkEditGestureEventArgs(
Cursor cursor,
Strokes strokes,
Gesture[] gestures,
bool cancel
);
Managed C++ public: InkEditGestureEventArgs(
Cursor *cursor,
Strokes *strokes,
Gesture *gestures __gc[],
bool *cancel
);

Parameters

cursor Microsoft.Ink.Cursor. The Cursor that was used to create the application gesture.
strokes Microsoft.Ink.Strokes. The Strokes collection that makes up the application gesture.
gestures Microsoft.Ink.Gesture[]. The array of Gesture objects recognized, in order of confidence.
cancel System.Boolean. Set to true if the gesture was handled in the Gesture event handler (default value); otherwise false.

Remarks

frlrfmicrosoftinkinkeditgestureeventargsclassctortopic (no caption;) of type string.

See Also