API:FMX.Gestures.TCustomGestureRecognizer.Match
Delphi
function Match(const Points, GesturePoints: array of TPointF; const Options: TGestureOptions; GestureID: TGestureID; Deviation, ErrorMargin: Integer): Single; virtual; abstract;
C++
virtual float __fastcall Match(System::Types::TPointF const *Points, const int Points_High, System::Types::TPointF const *GesturePoints, const int GesturePoints_High, const Fmx::Types::TGestureOptions Options, Fmx::Types::TGestureID GestureID, int Deviation, int ErrorMargin) = 0 ;
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| function | public | FMX.Gestures.pas FMX.Gestures.hpp |
FMX.Gestures | TCustomGestureRecognizer |
Description
Embarcadero Technologies does not currently have any additional information. Please help us document this topic by using the Discussion page!