IStylusAsyncPlugin interface (rtscom.h)

Represents an asynchronous plug-in that can be added to the asynchronous plug-in collection of the RealTimeStylus Class object.

Inheritance

The IStylusAsyncPlugin interface inherits from the IStylusPlugin interface.

Remarks

This is the asynchronous version of IStylusPlugin Interface.

This plug-in receives notifications of RealTimeStylus Class events enabling you to do custom processing.

The GestureRecognizer Class is an example of a plug-in that implements the IStylusAsyncPlugin interface in order to respond in a timely fashion to the stylus. In some circumstances, such as when large numbers of gestures are subscribed to, the response time in the gesture recognizer becomes excessively slow. To avoid this problem, the GestureRecognizer Class implements the IStylusAsyncPlugin interface so that it can be called asynchronously.

Requirements

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

See also

DynamicRenderer Class

GestureRecognizer Class

IStylusPlugin

RealTimeStylus Class

RealTimeStylus Classes and Interfaces