FMX.Gestures.TCustomGestureRecognizer.NormalizeGesturePoints
Delphi
class function NormalizeGesturePoints(const Points: array of TPointF): TGesturePointArray; static;
C++
static Fmx::Types::TGesturePointArray __fastcall NormalizeGesturePoints(const System::Types::TPointF *Points, const int Points_High);
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| function | protected | FMX.Gestures.pas FMX.Gestures.hpp |
FMX.Gestures | TCustomGestureRecognizer |
Description
Returns a new gesture point list with the normalized points.
The NormalizeGesturePoints class function takes the Points parameter as an array of TPointF, then returns the new gesture point list with the normalized points.