API:FMX.Gestures.TCustomGestureRecognizer.IsPointsGesture
Delphi
class function IsPointsGesture(const Points, GesturePoints: array of TPointF; GestureID: TGestureID;
Deviation, ErrorMargin: Integer; var Percentages: array of Double): Integer; static;
C++
static int __fastcall IsPointsGesture(const System::Types::TPointF *Points, const System::NativeInt Points_High, const System::Types::TPointF *GesturePoints, const System::NativeInt GesturePoints_High, Fmx::Types::TGestureID GestureID, int Deviation, int ErrorMargin, double *Percentages, const System::NativeInt Percentages_High);
Eigenschaften
| Typ | Sichtbarkeit | Quelle | Unit | Übergeordnet |
|---|---|---|---|---|
| function | protected | FMX.Gestures.pas FMX.Gestures.hpp |
FMX.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.