FMX.Gestures.TCustomGestureRecognizer.InterpolateGesturePoints

From RAD Studio API Documentation
Jump to: navigation, search

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

Properties

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

Description

Returns a new array that contains the interpolated source points.

The InterpolateGesturePoints class method takes the Points parameter, that is an array of TPointF, and returns the interpolated points as a TGesturePointArray.

See Also