Vcl.Touch.Gestures.TGestureEngine.PointCount

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property PointCount: Integer read GetPointCount;

C++

__property int PointCount = {read=GetPointCount, nodefault};

Properties

Type Visibility Source Unit Parent
property protected
Vcl.Touch.Gestures.pas
Vcl.Touch.Gestures.hpp
Vcl.Touch.Gestures TGestureEngine

Description

Specifies the number of collected gesture points.

PointCount specifies the number of gesture points that were collected by the gesture engine. The number returned by PointCount may actually differ from the real number of points caught, because the gesturing engine inserts additional points along the way to make the path smoother.

See Also