FMX.Gestures.TGestureEngine.SetInitialPoint

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetInitialPoint(const Value: TPointF); virtual;

C++

virtual void __fastcall SetInitialPoint(const System::Types::TPointF &Value);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
FMX.Gestures.pas
FMX.Gestures.hpp
FMX.Gestures TGestureEngine

Description

Sets the starting point to capture the points of the gesture.

SetInitialPoint is the setter method for the InitialPoint property.

See Also