FMX.Gestures.TCustomGestureRecognizer.InterpolateGesturePoints
Delphi
class function InterpolateGesturePoints(const Points: array of TPointF): TGesturePointArray; static;
C++
static Fmx::Types::TGesturePointArray __fastcall InterpolateGesturePoints(System::Types::TPointF const *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
Renvoie un nouveau tableau contenant les points source interpolés.
La classe InterpolateGesturePoints prend le paramètre Points, qui est un tableau de TPointF, et renvoie les points interpolés en tant que TGesturePointArray.