FMX.Types.TCustomGestureCollectionItem.Points

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Points: TGesturePointArray read GetPoints write SetPoints;

C++

__property TGesturePointArray Points = {read=GetPoints, write=SetPoints};

Properties

Type Visibility Source Unit Parent
property public
FMX.Types.pas
FMX.Types.hpp
FMX.Types TCustomGestureCollectionItem

Description

An array of x, y coordinates used to define and identify a gesture.

The Points property is of type TGesturePointArray and is an array of geometric points that defines a gesture. Closeness to these coordinates is used by the recognizer to identify the gesture. Examine and edit the points array for a custom gesture in the Custom Gesture dialog.

See Also