API:FMX.InertialMovement.TAniCalculations.TTarget

提供:RAD Studio API Documentation

Delphi

    TTarget = record
      TargetType: TTargetType;
      Point: TPointD;
    end;

C++

struct DECLSPEC_DRECORD TTarget
{
public:
    TAniCalculations::TTargetType TargetType;
    TPointD Point;
};

プロパティ

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

説明

このトピックには現在ドキュメントが存在しません。「ノート」を利用してこのトピックの改良について話しあうことができます。