InkCanvasGestureEventArgs Constructor

Definition

Initializes a new instance of the InkCanvasGestureEventArgs class.

public:
 InkCanvasGestureEventArgs(System::Windows::Ink::StrokeCollection ^ strokes, System::Collections::Generic::IEnumerable<System::Windows::Ink::GestureRecognitionResult ^> ^ gestureRecognitionResults);
public InkCanvasGestureEventArgs (System.Windows.Ink.StrokeCollection strokes, System.Collections.Generic.IEnumerable<System.Windows.Ink.GestureRecognitionResult> gestureRecognitionResults);
new System.Windows.Controls.InkCanvasGestureEventArgs : System.Windows.Ink.StrokeCollection * seq<System.Windows.Ink.GestureRecognitionResult> -> System.Windows.Controls.InkCanvasGestureEventArgs
Public Sub New (strokes As StrokeCollection, gestureRecognitionResults As IEnumerable(Of GestureRecognitionResult))

Parameters

strokes
StrokeCollection

The strokes that represent the possible gesture.

gestureRecognitionResults
IEnumerable<GestureRecognitionResult>

The results from the gesture recognizer.

Applies to