RealTimeStylus Members
Include Protected Members
Include Inherited Members
Include .NET Framework Members
Include .NET Compact Framework Members
Include XNA Framework Members
Handles the stylus packet data from a digitizer in real time. This class cannot be inherited.
The RealTimeStylus type exposes the following members.
Constructors
Name | Description | |
---|---|---|
RealTimeStylus | Overloaded. Initializes a new instance of the RealTimeStylus class. |
Top
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 | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (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.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (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
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 indicates support for flicks gestures. | |
MultiTouchEnabled | Gets or sets a value that indicates whether the RealTimeStylus object is capable of input from multiple touch points. | |
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
Explicit Interface Implementations
Top