IGestureRecognizer::Reset method (rtscom.h)

Deletes past stroke information from the GestureRecognizer Class object.

Syntax

HRESULT Reset();

Return value

For a description of return values see RealTimeStylus Classes and Interfaces.

Remarks

Removes any past strokes from consideration for gestures. If Reset is called while the user is in the middle of writing a stroke, the GestureRecognizer Class object ignores that stroke.

Requirements

Requirement Value
Minimum supported client Windows XP Tablet PC Edition [desktop apps only]
Minimum supported server None supported
Target Platform Windows
Header rtscom.h
DLL RTSCom.dll

See also

DynamicRenderer Class

GestureRecognizer Class

IGestureRecognizer

IGestureRecognizer::Enabled Property