Microsoft.StylusInput Namespace

This namespace contains APIs that handles the stylus packet data from a digitizer in real time.

Classes

  Class Description
Public class DynamicRenderer Displays the tablet pen data in real-time as that data is being handled by the RealTimeStylus object. This class cannot be inherited.
Public class GestureRecognizer Reacts to events by recognizing gestures and adding gesture data into the input queue.
Public class RealTimeStylus Handles the stylus packet data from a digitizer in real time. This class cannot be inherited.
Public class Stylus Provides access to general information about a tablet pen.
Public class 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.
Public class StylusButtons Provides the name and identifier for stylus buttons associated with an Stylus object. This class cannot be inherited.
Public class 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
Public interface IStylusAsyncPlugin Represents an asynchronous plug-in that can be added to the RealTimeStylus object's AsyncPluginCollection property.
Public interface IStylusSyncPlugin Represents a synchronous plug-in that can be added to the RealTimeStylus object's SyncPluginCollection collection.

Enumerations

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