StylusPlugIn::OnStylusDown Method (RawStylusInput^)

 

Occurs on a thread in the pen thread pool when the tablet pen touches the digitizer.

Namespace:   System.Windows.Input.StylusPlugIns
Assembly:  PresentationCore (in PresentationCore.dll)

protected:
virtual void OnStylusDown(
	RawStylusInput^ rawStylusInput
)

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 OnStylusDown method. To create a StylusPlugIn that restricts ink to a certain area, see the StylusPlugIn overview.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 3.0
Return to top
Show: