RealTimeStylus Methods
.NET Framework 3.5
The RealTimeStylus type exposes the following members.
| 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