FMX.Types3D.TBoundingBox.CenterPoint

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

書式付きでないテキストをここに挿入

Delphi

property CenterPoint: TPoint3D read GetCenterPoint;

C++

__property System::Math::Vectors::TPoint3D CenterPoint = {read=GetCenterPoint};

プロパティ

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


説明

TBoundingBox の中心位置です。

関連項目