Vcl.Touch.Gestures.TGestureRecognizer.TPostCallback

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TPostCallback = procedure(const Percentages: array of Double;
const Points, GesturePoints: array of TPoint; GestureID: TGestureID) of object;

C++

typedef void __fastcall (__closure *TPostCallback)(const double *Percentages, const int Percentages_High, const System::Types::TPoint *Points, const int Points_High, const System::Types::TPoint *GesturePoints, const int GesturePoints_High, Vcl::Controls::TGestureID GestureID);

Properties

Type Visibility Source Unit Parent
type
typedef
public
Vcl.Touch.Gestures.pas
Vcl.Touch.Gestures.hpp
Vcl.Touch.Gestures TGestureRecognizer

Description

Embarcadero Technologies does not currently have any additional information.