FMX.Gestures.TCustomGestureRecognizer.RemoveDuplicatedGesturePoints

De RAD Studio API Documentation
Aller à : navigation, rechercher

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);

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 sans les sommets dupliqués.

La fonction de classe RemoveDuplicatedGesturePoints prend le paramètre Points (un tableau de TPointF), puis renvoie une nouvelle liste des points de mouvement sans les sommets dupliqués.

Voir aussi