GestureMgr.TGestureCollectionItem
Contents |
Delphi Information
From GestureMgr.pas
TGestureCollectionItem = class(TCustomGestureCollectionItem)
Unit: GestureMgr
Type: class
Inherited Class Members: GestureMgr.TGestureCollectionItem Members
Class Constructors & Destructors: GestureMgr.TGestureCollectionItem Constructors
C++ Information
From GestureMgr.hpp
TGestureCollectionItem = class(TCustomGestureCollectionItem)
Unit: GestureMgr
Type: class
Inherited Class Members: GestureMgr.TGestureCollectionItem Members
Class Constructors & Destructors: GestureMgr.TGestureCollectionItem Constructors
Description
TGestureCollectionItem is the descendant of TCollectionItem used to contain the set of points that makes up a gesture.
TGestureCollectionItem is the descendant of TCollectionItem used to contain the set of points that makes up the gesture, together with all the gesture's properties (deviation, margin of error, and so on) that the gesture recognizer needs in order to recognize this gesture.