FMX.InertialMovement.TAniCalculations.SetTargets

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

Delphi

procedure SetTargets(const ATargets: array of TTarget);

C++

void __fastcall SetTargets(const TTarget *ATargets, const int ATargets_High);

プロパティ

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


説明

ATarget 配列を使用して、TTarget 対象点の配列を設定し、内部スクロールのパラメータの計算に使用することができます。

関連項目