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>

ジェスチャ認識エンジンの結果。

適用対象