API:Vcl.Touch.Gestures.TGestureEngine.IsGesture

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

class function IsGesture(const Points: array of TPoint; Items: TGestureList;  GestureTypes: TGestureTypes; var EventInfo: TGestureEventInfo): Boolean;

C++

__classmethod bool __fastcall IsGesture(const System::Types::TPoint *Points, const int Points_High, System::Generics::Collections::TList__1<Vcl::Controls::TCustomGestureCollectionItem*>* Items, Vcl::Controls::TGestureTypes GestureTypes, Vcl::Controls::TGestureEventInfo &EventInfo);

Properties

Type Visibility Source Unit Parent
function public
Vcl.Touch.Gestures.pas
Vcl.Touch.Gestures.hpp
Vcl.Touch.Gestures TGestureEngine

Description

Embarcadero Technologies does not currently have any additional information.