DynamicRenderer::OnStylusDown Method (RawStylusInput^)
.NET Framework (current version)
Occurs on a thread in the pen thread pool when the tablet pen touches 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.
Notes to Inheritors:
When overriding OnStylusDown in a derived class, be sure to call the base class’s OnStylusDown method.
.NET Framework
Available since 3.0
Available since 3.0
Show: