TouchDevice::ReportMove Method ()

.NET Framework (current version)
 

Reports that a touch is moving across an element.

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

protected:
bool ReportMove()

Return Value

Type: System::Boolean

true if the TouchMove event was handled; otherwise, false.

Classes that inherit from TouchDevice should call this method to raise the TouchMove event.

.NET Framework
Available since 4.0
Return to top
Show: