FMX.Gestures.TCustomGestureRecognizer.CopyGesturePoints

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

class function CopyGesturePoints(const Points: TGesturePoints): TGesturePointArray; static;

C++

static Fmx::Types::TGesturePointArray __fastcall CopyGesturePoints(System::Generics::Collections::TList__1<System::Types::TPointF>* const Points);

Propriétés

Type Visibilité  Source Unité  Parent
function protected
FMX.Gestures.pas
FMX.Gestures.hpp
FMX.Gestures TCustomGestureRecognizer


Description

Crée et renvoie une copie d'un tableau de points de mouvement.

La méthode de classe CopyGesturePoints prend le paramètre Points de type TGesturePoints, fait une copie du tableau, puis renvoie la copie de type TGesturePointArray.

Voir aussi