Microsoft.StylusInput Namespace
This namespace contains APIs that handles the stylus packet data from a digitizer in real time.
Classes
Class | Description | |
---|---|---|
DynamicRenderer | Displays the tablet pen data in real-time as that data is being handled by the RealTimeStylus object. This class cannot be inherited. | |
GestureRecognizer | 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 pen. | |
StylusAsyncPluginCollection | Maintains a sequenced list of asynchronous plug-ins that implement the IStylusAsyncPlugin interface. Use this class to add new asynchronous plug-ins to an instance of the RealTimeStylus class. | |
StylusButtons | Provides the name and identifier for stylus buttons associated with an Stylus object. This class cannot be inherited. | |
StylusSyncPluginCollection | Maintains a sequenced list of synchronous plug-ins that implement the IStylusSyncPlugin interface. Use this class to add new synchronous plug-ins to an instance of the RealTimeStylus class. This class cannot be inherited. |
Interfaces
Interface | Description | |
---|---|---|
IStylusAsyncPlugin | Represents an asynchronous plug-in that can be added to the RealTimeStylus object's AsyncPluginCollection property. | |
IStylusSyncPlugin | Represents a synchronous plug-in that can be added to the RealTimeStylus object's SyncPluginCollection collection. |
Enumerations
Enumeration | Description | |
---|---|---|
DataInterestMask | Defines values used by plug-ins to specify interest in receiving notification about events. | |
StylusQueues | Defines values that specify on which queues to insert stylus data. |