FMX.InertialMovement.TAniCalculations.Positions

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Positions[const index: Integer]: TPointD read GetPositions;

C++

__property TPointD Positions[const int index] = {read=GetPositions};

Properties

Type Visibility Source Unit Parent
property protected
FMX.InertialMovement.pas
FMX.InertialMovement.hpp
FMX.InertialMovement TAniCalculations

Description

Array of TPointD positions.

These are positions on the trajectory of the moving of the mouse (or finger), which is managing the inertial scrolling.

The scrolling engine keeps positions (and PositionTimes of these positions) during the StorageTime.

See Also