Vcl.Touch.Gestures.TGestureEngine.Points

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Points: TGesturePointArray read GetPoints;

C++

__property Vcl::Controls::TGesturePointArray Points = {read=GetPoints};

Properties

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

Description

Specifies the collected gesture points.

Points specifies the gesture points that were collected by the gesture engine. The number of points in the returned array 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