Sdílet prostřednictvím


InkCanvasGestureEventArgs Konstruktor

Definice

Inicializuje novou instanci InkCanvasGestureEventArgs třídy.

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

Parametry

strokes
StrokeCollection

Tahy, které představují možné gesto.

gestureRecognitionResults
IEnumerable<GestureRecognitionResult>

Výsledky z rozpoznávání gest.

Platí pro