FMX.Gestures.TCustomGestureRecognizer.ReverseGesturePoints

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

static Fmx::Types::TGesturePointArray __fastcall ReverseGesturePoints(const System::Types::TPointF *Points, const int Points_High);

Properties

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

Description

Creates and returns a new reversed array of gesture points.

The ReverseGesturePoints class function takes the Points parameter (an array of TPointF), and returns a new reversed array of gesture points.

See Also