IGestureRecognizer::get_MaxStrokeCount method (rtscom.h)

Gets or sets the maximum number of strokes allowed per gesture recognition.

This property is read/write.

Syntax

HRESULT get_MaxStrokeCount(
  long *pcStrokes
);

Parameters

pcStrokes

Return value

None

Remarks

Valid values are 1 and 2. When the MaxStrokeCount property is 2, gesture recognizer looks back to the most recent two strokes and attempts to recognize them as gestures. This may result in multiple recognition calls and multiple gesture events flowing through the system.

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

RealTimeStylus Class