StylusPlugIn::OnStylusUp Method (RawStylusInput^)
.NET Framework (current version)
Occurs on a pen thread when the user lifts the tablet pen from the digitizer.
Assembly: PresentationCore (in PresentationCore.dll)
Parameters
- rawStylusInput
-
Type:
System.Windows.Input.StylusPlugIns::RawStylusInput^
A RawStylusInput that contains information about input from the pen.
This method occurs on a pen thread, so minimize work in this method to avoid impacting performance.
The following example demonstrates how to override the OnStylusUp method. To create a StylusPlugIn that restricts ink to a certain area, see the StylusPlugIn overview.
.NET Framework
Available since 3.0
Available since 3.0
Show: