System.Windows.Input.StylusPlugIns Namespace
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides classes that support manipulating data from a tablet pen on the Windows Presentation Foundation (WPF) platform. These classes offer low-level control over Stylus input and the creation of digital ink Stroke objects. The StylusPlugIn class provides a mechanism for you to implement custom behavior and apply that behavior to the stream of data coming from the stylus device for the optimal performance.
Classes
DynamicRenderer |
Draws ink on a surface as the user moves the tablet pen. |
RawStylusInput |
Provides information about input from a StylusDevice to a StylusPlugIn. |
StylusPlugIn |
Represents a plug-in that can be added to a control's StylusPlugIns property. |
StylusPlugInCollection |
Represent a collection of StylusPlugIn objects. |