This documentation is archived and is not being maintained.
Microsoft.StylusInput.PluginData Namespace
Visual Studio 2008
This namespace contains the data passed to RealTimeStylus plug-ins.
| Class | Description | |
|---|---|---|
![]() | CustomStylusData | Provides a container to encapsulate any object provided as custom data. This class cannot be inherited. |
![]() | DynamicRendererCachedData | Represents an object that the DynamicRenderer instantiates and adds it to the output queue by using the AddCustomStylusDataToQueue method with the CustomDataId set to DynamicRendererCachedDataGuid. This class cannot be inherited. |
![]() | ErrorData | Contains error data, including the exception thrown to generate the object and the plug-in that threw the exception. This class cannot be inherited. |
![]() | GestureAlternate | Represents a data object created by a GestureRecognizer object as part of the GestureRecognitionData object. Represents the alternate gesture recognition results. This class cannot be inherited. |
![]() | GestureRecognitionData | Provides a container for recognition results for gestures. This class cannot be inherited. |
![]() | InAirPacketsData | Provides a container for the values passed in through the IStylusAsyncPlugin::InAirPackets and IStylusSyncPlugin::InAirPackets methods when packets are detected as the pen passes above the digitizer. This class cannot be inherited. |
![]() | PacketsData | Represents a container for the values passed in the IStylusSyncPlugin::Packets and IStylusAsyncPlugin::Packets methods when packets are detected. This class cannot be inherited. |
![]() | RealTimeStylusDisabledData | Represents a container for the values passed into the IStylusSyncPlugin::RealTimeStylusDisabled and IStylusAsyncPlugin::RealTimeStylusDisabled methods when the RealTimeStylus object is being disabled. This class cannot be inherited. |
![]() | RealTimeStylusEnabledData | Represents a container for values passed into the IStylusSyncPlugin::RealTimeStylusEnabled and IStylusAsyncPlugin::RealTimeStylusEnabled methods when the RealTimeStylus object is being enabled. This class cannot be inherited. |
![]() | StylusButtonDataBase | Represents an abstract base class that is the parent class of the button state data objects passed with the StylusButtonUp and StylusButtonDown methods. |
![]() | StylusButtonDownData | Represents a container for data passed by the IStylusSyncPlugin::StylusButtonDown and IStylusAsyncPlugin::StylusButtonDown methods. This class cannot be inherited. |
![]() | StylusButtonUpData | Represents a container for the data passed by the IStylusSyncPlugin::StylusButtonUp and IStylusAsyncPlugin::StylusButtonUp methods. This class cannot be inherited. |
![]() | StylusDataBase | Represents an abstract class that is the parent class of various stylus data classes. |
![]() | StylusDownData | Provides data for the IStylusSyncPlugin::StylusDown and IStylusAsyncPlugin::StylusDown methods. This class cannot be inherited. |
![]() | StylusInRangeData | Provides data for the IStylusSyncPlugin::StylusInRange and IStylusAsyncPlugin::StylusInRange methods. This class cannot be inherited. |
![]() | StylusOutOfRangeData | Provides data for the IStylusSyncPlugin::StylusOutOfRange and IStylusAsyncPlugin::StylusOutOfRange methods. This class cannot be inherited. |
![]() | StylusUpData | Provides data for the IStylusSyncPlugin::StylusUp and IStylusAsyncPlugin::StylusUp methods. This class cannot be inherited. |
![]() | SystemGestureData | Provides data for the SystemGesture(RealTimeStylus, SystemGestureData) and SystemGesture(RealTimeStylus, SystemGestureData) methods. This class cannot be inherited. |
![]() | TabletAddedData | Provides data for the IStylusSyncPlugin::TabletAdded and IStylusAsyncPlugin::TabletAdded methods. This class cannot be inherited. |
![]() | TabletRemovedData | Provides data for the IStylusSyncPlugin::TabletRemoved and IStylusAsyncPlugin::TabletRemoved methods. This class cannot be inherited. |
Show:
