FMX.Types3D.TBoundingBox.CenterPoint

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Nicht formatierten Text hier einfügen

Delphi

property CenterPoint: TPoint3D read GetCenterPoint;

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property public
FMX.Types3D.pas
FMX.Types3D.hpp
FMX.Types3D TBoundingBox


Beschreibung

Position des Mittelpunks des TBoundingBox-Objekts.

Siehe auch