Microsoft.StylusInput

Microsoft.StylusInput

The following tables list the members exposed by the Microsoft.StylusInput namespace.

Classes

DynamicRenderer An object that displays the tablet pen data in real-time as it is being handled by the RealTimeStylus object. Later, for events such as a form refresh, the DynamicRenderer might redraw the ink.
GestureRecognizer An object that reacts to events by recognizing gestures and adding gesture data into the input queue.
RealTimeStylus Handles the stylus packet data from a digitizer in real time. This class cannot be inherited.
Stylus Provides access to general information about a tablet stylus.
StylusAsyncPluginCollection Maintains a sequenced list of asynchronous plug-ins that implement IStylusAsyncPlugin. Used to add new asynchronous plug-ins to a RealTimeStylus object instance.
StylusButtons Provides access to the stylus buttons of a stylus.
StylusPluginCollectionBase This class supports the RealTimeStylus infrastructure and is not intended to be used directly from your code.
StylusSyncPluginCollection Maintains a sequenced list of synchronous plug-ins that implement IStylusSyncPlugin. Used to add new synchronous plug-ins to a RealTimeStylus object instance.

Interfaces

IStylusAsyncPlugin Interface implemented by asynchronous plug-ins. Implenting objects are added to the RealTimeStylus AsyncPluginCollection.
IStylusSyncPlugin Interface implemented by synchronous plug-ins. Implenting objects are added to the RealTimeStylus SyncPluginCollection.

Enumerations

DataInterestMask Used by plug-ins to specify interest in receiving notification about events.
StylusQueues Defines values that specify on which queues to insert stylus data.