FMX.InertialMovement.TAniCalculations.StorageTime

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

property StorageTime: Double read FStorageTime  write FStorageTime stored StorageTimeStored nodefault;

C++

__property double StorageTime = {read=FStorageTime, write=FStorageTime, stored=StorageTimeStored};

プロパティ

種類 可視性 ソース ユニット
property public
FMX.InertialMovement.pas
FMX.InertialMovement.hpp
FMX.InertialMovement TAniCalculations

説明

取得した軌跡点をスクロール エンジンが格納し続ける期間です。


これらの点 Positions およびそれに対応する時間 PositionTimes を使って、慣性スクロールの速度と方向を取得することができます。デフォルトの格納期間は DefaultStorageTime です。

関連項目