RawStylusInput Class
Provides information about input from a StylusDevice to a StylusPlugIn.
Assembly: PresentationCore (in PresentationCore.dll)
| Name | Description | |
|---|---|---|
![]() | StylusDeviceId | Gets the identifier of the current stylus device. |
![]() | TabletDeviceId | Gets the identifier of the current tablet device. |
![]() | Timestamp | Gets the time at which the input occurred. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | 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.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetStylusPoints() | Gets the stylus points that are collected from the stylus. |
![]() | GetType() | |
![]() | MemberwiseClone() | |
![]() | NotifyWhenProcessed(Object^) | Subscribes to the application thread's corresponding stylus methods. |
![]() | SetStylusPoints(StylusPointCollection^) | Sets the stylus points that are passed to the application thread. |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
Use the RawStylusInput to get information about the input the StylusPlugIn receives when the user moves the stylus.
The following example creates a StylusPlugIn that checks for the Down gesture. The StylusPlugIn calls NotifyWhenProcessed in OnStylusUp to subscribe to the OnStylusUpProcessed method, which is called from the application thread.
Available since 3.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


