API:Vcl.Touch.Gestures.TCustomGestureRecognizer.Match

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

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 ;

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
function public
Vcl.Touch.Gestures.pas
Vcl.Touch.Gestures.hpp
Vcl.Touch.Gestures TCustomGestureRecognizer

Beschreibung

Embarcadero Technologies verfügt zurzeit über keine zusätzlichen Informationen. Bitte unterstützen Sie uns bei der Dokumentation dieses Themas, indem Sie Ihre Kommentare auf der Diskussionsseite eingeben.