FMX.Gestures.TGestureEngine.IsGesture
Delphi
class function IsGesture(const Points: array of TPointF; const Items: TGestureList; GestureTypes: TGestureTypes; var EventInfo: TGestureEventInfo): Boolean; static;
C++
static bool __fastcall IsGesture(const System::Types::TPointF *Points, const int Points_High, System::Generics::Collections::TList__1<Fmx::Types::TCustomGestureCollectionItem*>* const Items, Fmx::Types::TGestureTypes GestureTypes, Fmx::Types::TGestureEventInfo &EventInfo);
プロパティ
種類 | 可視性 | ソース | ユニット | 親 |
---|---|---|---|---|
function | public | FMX.Gestures.pas FMX.Gestures.hpp |
FMX.Gestures | TGestureEngine |
説明
指定された点リストが標準ジェスチャとして認識されるかどうかを調べます。
IsGesture は、指定された点配列をジェスチャ リストと照合するのに使用されるクラス関数です。
APoints
パラメータで指定された点配列が Items
リスト内のジェスチャと一致する場合、IsGesture は True
を返し、関係のあるジェスチャ情報が EventInfo
パラメータに格納されます。GestureTypes
パラメータは、照合先のジェスチャの種類を指定します。