共用方式為


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>

筆勢辨識器的結果。

適用於