InkCanvasGestureEventArgs Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the InkCanvasGestureEventArgs class.
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))
Parameters
- strokes
- StrokeCollection
The strokes that represent the possible gesture.
- gestureRecognitionResults
- IEnumerable<GestureRecognitionResult>
The results from the gesture recognizer.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.