FMX.Gestures.TCustomGestureRecognizer.RemoveDuplicates

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function RemoveDuplicates(const Points: array of TPointF): TGesturePointArray; virtual;

C++

virtual Fmx::Types::TGesturePointArray __fastcall RemoveDuplicates(const System::Types::TPointF *Points, const System::NativeInt 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.

See Also