Vcl.Touch.Gestures.TGestureEngine.InitialPoint

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property InitialPoint: TPoint read FInitialPoint write SetInitialPoint;

C++

__property System::Types::TPoint InitialPoint = {read=FInitialPoint, write=SetInitialPoint};

Propriétés

Type Visibilité  Source Unité  Parent
property protected
Vcl.Touch.Gestures.pas
Vcl.Touch.Gestures.hpp
Vcl.Touch.Gestures TGestureEngine

Description

Spécifie le point initial pour le mouvement en cours.

InitialPoint est initialisée par le moteur de gestion des mouvements quand le premier point du mouvement est intercepté. La valeur de InitialPoint est relative au contrôle sur lequel le mouvement a été intercepté.

Voir aussi