FMX.Gestures.TCustomGestureRecognizer.RemoveDuplicatedGesturePoints

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

class function RemoveDuplicatedGesturePoints(const Points: array of TPointF): TGesturePointArray; static;

C++

static Fmx::Types::TGesturePointArray __fastcall RemoveDuplicatedGesturePoints(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 without the duplicated vertices.

The RemoveDuplicatedGesturePoints class function takes the Points parameter (an array of TPointF), and returns a new gesture point list without the duplicated vertices.

See Also