API:FMX.Gestures.TStandardGestureData
Delphi
TStandardGestureData = record
Points: TGesturePointArray;
GestureID: TGestureID;
Options: TGestureOptions;
Deviation: Integer;
ErrorMargin: Integer;
end;
C++
struct DECLSPEC_DRECORD TStandardGestureData
{
public:
Fmx::Types::TGesturePointArray Points;
Fmx::Types::TGestureID GestureID;
Fmx::Types::TGestureOptions Options;
int Deviation;
int ErrorMargin;
};
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
record struct |
public | FMX.Gestures.pas FMX.Gestures.hpp |
FMX.Gestures | FMX.Gestures |
Description
Embarcadero Technologies does not currently have any additional information. Please help us document this topic by using the Discussion page!