Vcl.Touch.Gestures.TGestureEngine.InitialPoint

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property InitialPoint: TPoint read FInitialPoint write SetInitialPoint;

C++

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

Properties

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

Description

Specifies the initial point for the current gesture.

InitialPoint is initialized by the gesturing engine when the first point of the gesture is caught. The value of InitialPoint is relative to the control on which the gesture was caught.

See Also