IStylusSyncPlugin interface (rtscom.h)

Represents a synchronous plug-in that can be added to the RealTimeStylus Class object's synchronous plug-in collection.

Inheritance

The IStylusSyncPlugin interface inherits from the IStylusPlugin interface.

Remarks

This is the synchronous version of IStylusPlugin Interface. It provides for strong type checking in the synchronous plug-in collections.

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

The dynamic renderer and gesture recognizer are examples of plug-ins which implement the IStylusSyncPlugin interface. The dynamic renderer implements the IStylusSyncPlugin 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 gesture recognizer also implements the IStylusAsyncPlugin interface so it can be placed on the UI thread.

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