FMX.Types3D.TBox

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

Delphi

TBox = TBoundingBox deprecated 'Use TBoundingBox';

C++

typedef TBoundingBox TBox _DEPRECATED_ATTRIBUTE1("Use TBoundingBox") ;

プロパティ

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

説明

3D 空間内の箱を表します。


TBox は、LeftTopNearRightBottomFar という 6 つの Single 値だけで表現される 3D 空間内の箱です。

関連項目