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
Public method RealTimeStylus Overloaded. Initializes a new instance of the RealTimeStylus class.

Top

Methods

  Name Description
Public method AddCustomStylusDataToQueue Adds custom data to a queue of the RealTimeStylus object.
Public method ClearStylusQueues Clears the queues of the RealTimeStylus object.
Public method Dispose Releases all resources used by the RealTimeStylus object.
Public method Equals Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public method GetDesiredPacketDescription Returns an array of values that indicate the packet collected on a tablet context for which the RealTimeStylus object has interest.
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method GetStyluses Returns the array of Stylus objects encountered by the RealTimeStylus.
Public method GetTabletContextIdFromTablet Returns the tablet context identifer that is associated with a given Tablet object.
Public method GetTabletFromTabletContextId Returns the Tablet object that is associated with a given tablet context identifier.
Public method GetTabletPropertyDescriptionCollection Returns the TabletPropertyDescriptionCollection collection that is associated with a given tablet context identifier.
Public method GetType Gets the type of the current instance. (Inherited from Object.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method SetDesiredPacketDescription Sets the RealTimeStylus object's interest in aspects of the packet collected on a tablet context.
Public method ToString Returns a string that represents the current object. (Inherited from Object.)

Top

Properties

  Name Description
Public property AllTouchEnabled Gets or sets a value that indicates if support for touch digitizers is enabled.
Public property AsyncPluginCollection Gets the collection of IStylusAsyncPlugin plug-ins that receive tablet pen data from the RealTimeStylus object.
Public property Enabled Gets or sets a value which indicates whether the RealTimeStylus object is enabled.
Public property FlicksEnabled Gets or sets a value that indicates support for flicks gestures.
Public property MultiTouchEnabled Gets or sets a value that indicates whether the RealTimeStylus object is capable of input from multiple touch points.
Public property SyncPluginCollection Gets the collection of IStylusSyncPlugin plug-ins that receive tablet pen data from the RealTimeStylus object.
Public property WindowInputRectangle Gets or sets the input rectangle for the RealTimeStylus object.

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate method IStylusAsyncPlugin.CustomStylusDataAdded
Explicit interface implemetationPrivate property IStylusAsyncPlugin.DataInterest
Explicit interface implemetationPrivate method IStylusAsyncPlugin.Error
Explicit interface implemetationPrivate method IStylusAsyncPlugin.InAirPackets
Explicit interface implemetationPrivate method IStylusAsyncPlugin.Packets
Explicit interface implemetationPrivate method IStylusAsyncPlugin.RealTimeStylusDisabled
Explicit interface implemetationPrivate method IStylusAsyncPlugin.RealTimeStylusEnabled
Explicit interface implemetationPrivate method IStylusAsyncPlugin.StylusButtonDown
Explicit interface implemetationPrivate method IStylusAsyncPlugin.StylusButtonUp
Explicit interface implemetationPrivate method IStylusAsyncPlugin.StylusDown
Explicit interface implemetationPrivate method IStylusAsyncPlugin.StylusInRange
Explicit interface implemetationPrivate method IStylusAsyncPlugin.StylusOutOfRange
Explicit interface implemetationPrivate method IStylusAsyncPlugin.StylusUp
Explicit interface implemetationPrivate method IStylusAsyncPlugin.SystemGesture
Explicit interface implemetationPrivate method IStylusAsyncPlugin.TabletAdded
Explicit interface implemetationPrivate method IStylusAsyncPlugin.TabletRemoved

Top

See Also

Reference

RealTimeStylus Class

Microsoft.StylusInput Namespace