FMX.InertialMovement.TAniCalculations.TargetCount

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

Delphi

property TargetCount: Integer read GetTargetCount;

C++

__property int TargetCount = {read=GetTargetCount, nodefault};

プロパティ

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


説明

GetTargets で取得される配列内に格納されている対象点の数。

対象点は、TTarget 型を保持しています。

関連項目