RealTimeStylus Members
Handles the stylus packet data from a digitizer in real time. This class cannot be inherited.
The following tables list the members exposed by the RealTimeStylus type.
Public Constructors
Name | Description | |
---|---|---|
RealTimeStylus | Overloaded. Initializes a new instance of the RealTimeStylus class. |
Top
Public Properties
Name | Description | |
---|---|---|
AllTouchEnabled | Gets or sets a value that indicates if support for touch digitizers is enabled. | |
AsyncPluginCollection | Gets the collection of IStylusAsyncPlugin plug-ins that receive tablet pen data from the RealTimeStylus object. | |
Enabled | Gets or sets a value which indicates whether the RealTimeStylus object is enabled. | |
FlicksEnabled | Gets or sets a value that indicate is support for stylus flicks gestures. | |
SyncPluginCollection | Gets the collection of IStylusSyncPlugin plug-ins that receive tablet pen data from the RealTimeStylus object. | |
WindowInputRectangle | Gets or sets the input rectangle for the RealTimeStylus object. |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
AddCustomStylusDataToQueue | Adds custom data to a queue of the RealTimeStylus object. | |
ClearStylusQueues | Clears the queues of the RealTimeStylus object. | |
Dispose | Releases all resources used by the RealTimeStylus object. | |
Equals | Overloaded. Determines whether two Object instances are equal. (inherited from Object) | |
GetDesiredPacketDescription | Returns an array of values that indicate the packet collected on a tablet context for which the RealTimeStylus object has interest. | |
GetHashCode | Serves as a hash function for a particular type. (inherited from Object) | |
GetStyluses | Returns the array of Stylus objects encountered by the RealTimeStylus. | |
GetTabletContextIdFromTablet | Returns the tablet context identifer that is associated with a given Tablet object. | |
GetTabletFromTabletContextId | Returns the Tablet object that is associated with a given tablet context identifier. | |
GetTabletPropertyDescriptionCollection | Returns the TabletPropertyDescriptionCollection collection that is associated with a given tablet context identifier. | |
GetType | Gets the Type of the current instance. (inherited from Object) | |
ReferenceEquals | Determines whether the specified Object instances are the same instance. (inherited from Object) | |
SetDesiredPacketDescription | Sets the RealTimeStylus object's interest in aspects of the packet collected on a tablet context. | |
ToString | Returns a String that represents the current Object. (inherited from Object) |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (inherited from Object) | |
MemberwiseClone | Creates a shallow copy of the current Object. (inherited from Object) |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
Microsoft.StylusInput.IStylusAsyncPlugin.CustomStylusDataAdded | This method supports the RealTimeStylus infrastructure and is not intended to be used directly from your code. | |
Microsoft.StylusInput.IStylusAsyncPlugin.Error | This method supports the RealTimeStylus infrastructure and is not intended to be used directly from your code. | |
Microsoft.StylusInput.IStylusAsyncPlugin.InAirPackets | This method supports the RealTimeStylus infrastructure and is not intended to be used directly from your code. | |
Microsoft.StylusInput.IStylusAsyncPlugin.Packets | This method supports the RealTimeStylus infrastructure and is not intended to be used directly from your code. | |
Microsoft.StylusInput.IStylusAsyncPlugin.RealTimeStylusDisabled | This method supports the RealTimeStylus infrastructure and is not intended to be used directly from your code. | |
Microsoft.StylusInput.IStylusAsyncPlugin.RealTimeStylusEnabled | This method supports the RealTimeStylus infrastructure and is not intended to be used directly from your code. | |
Microsoft.StylusInput.IStylusAsyncPlugin.StylusButtonDown | This method supports the RealTimeStylus infrastructure and is not intended to be used directly from your code. | |
Microsoft.StylusInput.IStylusAsyncPlugin.StylusButtonUp | This method supports the RealTimeStylus infrastructure and is not intended to be used directly from your code. | |
Microsoft.StylusInput.IStylusAsyncPlugin.StylusDown | This method supports the RealTimeStylus infrastructure and is not intended to be used directly from your code. | |
Microsoft.StylusInput.IStylusAsyncPlugin.StylusInRange | This method supports the RealTimeStylus infrastructure and is not intended to be used directly from your code. | |
Microsoft.StylusInput.IStylusAsyncPlugin.StylusOutOfRange | This method supports the RealTimeStylus infrastructure and is not intended to be used directly from your code. | |
Microsoft.StylusInput.IStylusAsyncPlugin.StylusUp | This method supports the RealTimeStylus infrastructure and is not intended to be used directly from your code. | |
Microsoft.StylusInput.IStylusAsyncPlugin.SystemGesture | This method supports the RealTimeStylus infrastructure and is not intended to be used directly from your code. | |
Microsoft.StylusInput.IStylusAsyncPlugin.TabletAdded | This method supports the RealTimeStylus infrastructure and is not intended to be used directly from your code. | |
Microsoft.StylusInput.IStylusAsyncPlugin.TabletRemoved | This method supports the RealTimeStylus infrastructure and is not intended to be used directly from your code. | |
Microsoft.StylusInput.IStylusAsyncPlugin.DataInterest |
Top
See Also
Reference
RealTimeStylus Class
Microsoft.StylusInput Namespace
IStylusSyncPlugin
IStylusAsyncPlugin