FMX.Gestures.TCustomGestureRecognizer.NormalizeGesturePoints
Delphi
class function NormalizeGesturePoints(const Points: array of TPointF): TGesturePointArray; static;
C++
static Fmx::Types::TGesturePointArray __fastcall NormalizeGesturePoints(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 une nouvelle liste des points de mouvement avec les points normalisés.
La fonction de classe NormalizeGesturePoints prend le paramètre Points en tant que tableau de TPointF, puis renvoie la nouvelle liste des points de mouvement avec les points normalisés.