FMX.Gestures.TCustomGestureRecognizer.CopyGesturePoints

From RAD Studio API Documentation
Jump to: navigation, search

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

Properties

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

Description

Creates and returns a copy of a gesture point array.

The CopyGesturePoints class method takes the Points parameter of TGesturePoints type, makes a copy of the array, and returns the copy of TGesturePointArray type.

See Also