Partager via


InkCanvasGestureEventArgs Constructeur

Définition

Initialise une nouvelle instance de la classe InkCanvasGestureEventArgs.

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))

Paramètres

strokes
StrokeCollection

Les traits qui représentent le mouvement potentiel.

gestureRecognitionResults
IEnumerable<GestureRecognitionResult>

Les résultats de la reconnaissance de mouvement.

S’applique à