IInkGesture Interface
IInkGesture Interface |
Represents the ability to query particular properties of a gesture returned from a gesture recognition.
Members
Method | Description |
---|---|
GetHotPoint | Gets the hot point of the gesture in ink space coordinates. |
Property | Description |
---|---|
Confidence | Gets the level of confidence (strong, intermediate, or poor) that a recognizer has in a gesture. |
Id | Gets the value of the application gesture. |
Remarks
Gesture support is built-in by using the Microsoft gesture recognizer. Available gestures are found in the InkApplicationGesture enumeration type. For more information about gestures, see Making Windows Work with a Pen and Design Considerations for Gestures.
COM Implementation
This object implements the IInkGesture COM interface.