FMX.Gestures.TCustomGestureRecognizer.NormalizeGesturePoints

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

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

C++

static Fmx::Types::TGesturePointArray __fastcall NormalizeGesturePoints(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 avec les points normalisés.

La fonction de classe NormalizeGesturePoints prend le paramètre Points en tant que tableau de TPointF, puis renvoie la nouvelle liste des points de mouvement avec les points normalisés.

Voir aussi