FMX.Gestures.TCustomGestureRecognizer.InterpolateGesturePoints

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

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

C++

static Fmx::Types::TGesturePointArray __fastcall InterpolateGesturePoints(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 un nouveau tableau contenant les points source interpolés.

La classe InterpolateGesturePoints prend le paramètre Points, qui est un tableau de TPointF, et renvoie les points interpolés en tant que TGesturePointArray.

Voir aussi