API:Vcl.Touch.Gestures.TCustomGestureRecognizer.Match

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function Match(const Points, GesturePoints: array of TPoint;  const Options: TGestureOptions; GestureID: TGestureID; Deviation, ErrorMargin: Integer): Single; virtual; abstract;

C++

virtual float __fastcall Match(const System::Types::TPoint *Points, const int Points_High, const System::Types::TPoint *GesturePoints, const int GesturePoints_High, const Vcl::Controls::TGestureOptions Options, Vcl::Controls::TGestureID GestureID, int Deviation, int ErrorMargin) = 0 ;

Properties

Type Visibility Source Unit Parent
function public
Vcl.Touch.Gestures.pas
Vcl.Touch.Gestures.hpp
Vcl.Touch.Gestures TCustomGestureRecognizer

Description

Embarcadero Technologies does not currently have any additional information. Please help us document this topic by using the Discussion page!