FMX.InertialMovement.TAniCalculations.CurrentVelocity

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

Delphi

property CurrentVelocity: TPointD read FCurrentVelocity;

C++

__property TPointD CurrentVelocity = {read=FCurrentVelocity};

プロパティ

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

説明

スクロール ビューの現在の慣性移動速度を 1 秒あたりのピクセル数で表します。


TPointD.XTPointD.Y をそれぞれ水平軸方向、垂直軸方向の速度値として使用できます。

関連項目