FMX.Types3D.TPoint3DDynArray

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

Delphi

TPoint3DDynArray = array of TPoint3D;

C++

typedef System::DynamicArray<System::Math::Vectors::TPoint3D> TPoint3DDynArray;

プロパティ

種類 可視性 ソース ユニット
array
typedef
public
FMX.Types3D.pas
FMX.Types3D.hpp
FMX.Types3D FMX.Types3D

説明

TPoint3D オブジェクトの(可変長の)動的配列です。

関連項目