IInkGesture interface (msinkaut.h)

Represents the ability to query particular properties of a gesture returned from a gesture recognition.

Inheritance

The IInkGesture interface inherits from the IUnknown interface. IInkGesture also has these types of members:

Methods

The IInkGesture interface has these methods.

 
IInkGesture::get_Confidence

Gets the level of confidence (strong, intermediate, or poor) that a recognizer has in the recognition of an IInkRecognitionAlternate object or a gesture. (IInkGesture.get_Confidence)
IInkGesture::get_Id

Gets the identifier of an object. (IInkGesture.get_Id)
IInkGesture::GetHotPoint

Gets the hot point of the gesture, in ink space coordinates.

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 Using Gestures and Command Input on the Tablet PC.

If you define a class that implements this interface, the new class will not interact correctly with the Tablet PC application programming interfaces (APIs).

Requirements

Requirement Value
Minimum supported client Windows XP Tablet PC Edition [desktop apps only]
Minimum supported server None supported
Target Platform Windows
Header msinkaut.h

See also

InkApplicationGesture Enumeration

InkSystemGesture Enumeration