IStylusSyncPlugin Members
Include Protected Members
Include Inherited Members
Include .NET Framework Members
Include .NET Compact Framework Members
Include XNA Framework Members
Represents a synchronous plug-in that can be added to the RealTimeStylus object's SyncPluginCollection collection.
The IStylusSyncPlugin type exposes the following members.
Methods
Name | Description | |
---|---|---|
CustomStylusDataAdded | Notifies the implementing plug-in that CustomStylusData is available. | |
Error | Notifies the implementing object that this plug-in or one of the previous ones in the StylusSyncPluginCollection collection threw an exception. | |
InAirPackets | Notifies the object implementing the IStylusSyncPlugin interface that the stylus is moving above the digitizer. | |
Packets | Informs the object implementing the IStylusSyncPlugin interface that the stylus is moving on the digitizer surface. | |
RealTimeStylusDisabled | Notifies the implementing plug-in that the RealTimeStylus object is disabled. | |
RealTimeStylusEnabled | Informs the implementing plug-in that the RealTimeStylus object is enabled | |
StylusButtonDown | Informs the implementing plug-in that the user has pressed a stylus button. | |
StylusButtonUp | This method supports the RealTimeStylus infrastructure and is not intended to be used directly from your code. | |
StylusDown | Informs the implementing plug-in that the stylus has touched the tablet digitizer surface. | |
StylusInRange | Informs the implementing plug-in that the stylus is entering the detection range of the digitizer. | |
StylusOutOfRange | Informs the implementing plug-in that the stylus is leaving the detection range of the digitizer. | |
StylusUp | Notifies the implementing plug-in when the user raises the stylus off of the digitizer surface. | |
SystemGesture | Notifies the implementing plug-in when a system gesture is received. | |
TabletAdded | Notifies the implementing plug-in when a Microsoft.Ink.Tablet object is added to the system. | |
TabletRemoved | Notifies the implementing plug-in when a Microsoft.Ink.Tablet object is removed from the system. |
Top
Properties
Name | Description | |
---|---|---|
DataInterest | Gets a value that is used to define the set of data notifications that the plug-in requires. |
Top