FMX.Gestures.TGestureEngine.IsGesture

提供: RAD Studio API Documentation
移動先: 案内検索

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 リスト内のジェスチャと一致する場合、IsGestureTrue を返し、関係のあるジェスチャ情報EventInfo パラメータに格納されます。GestureTypes パラメータは、照合先のジェスチャの種類を指定します。

関連項目