FMX.Gestures.TCustomGestureRecognizer.ReverseGesturePoints
Delphi
class function ReverseGesturePoints(const Points: array of TPointF): TGesturePointArray; static;
C++
static Fmx::Types::TGesturePointArray __fastcall ReverseGesturePoints(const System::Types::TPointF *Points, const int Points_High);
Propriétés
| Type | Visibilité | Source | Unité | Parent |
|---|---|---|---|---|
| function | protected | FMX.Gestures.pas FMX.Gestures.hpp |
FMX.Gestures | TCustomGestureRecognizer |
Description
Crée et renvoie un nouveau tableau inversé de points de mouvement.
La fonction de classe ReverseGesturePoints prend le paramètre Points (un tableau de TPointF), et renvoie un nouveau tableau de points de mouvement inversé.