DynamicRenderer::OnStylusMove Method (RawStylusInput^)

 
Use BaseTrue

Occurs on a pen thread when the tablet pen moves on the digitizer.

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

protected:
virtual void OnStylusMove(
	RawStylusInput^ rawStylusInput
) override

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 OnStylusMove in a derived class, be sure to call the base class’s OnStylusMove method.

.NET Framework
Available since 3.0
Return to top
Show: