FMX.Gestures.TCustomGestureRecognizer.RemoveDuplicates
Delphi
function RemoveDuplicates(const Points: array of TPointF): TGesturePointArray; virtual;
C++
virtual Fmx::Types::TGesturePointArray __fastcall RemoveDuplicates(const System::Types::TPointF *Points, const int Points_High);
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| function | public | FMX.Gestures.pas FMX.Gestures.hpp |
FMX.Gestures | TCustomGestureRecognizer |
Description
Returns a new gesture point list without the duplicated vertices.
The RemoveDuplicates function takes the Points parameter (an array of TPointF), and returns a new gesture point list without the duplicated vertices.