InkCanvasGestureEventArgs Конструктор

Определение

Инициализирует новый экземпляр класса 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))

Параметры

strokes
StrokeCollection

Росчерки, представляющие возможный жест.

gestureRecognitionResults
IEnumerable<GestureRecognitionResult>

Результаты, полученные из средства распознавания жестов.

Применяется к