FMX.Types3D.TBoundingBox.GetSize

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetSize: TPoint3D;

C++

System::Math::Vectors::TPoint3D __fastcall GetSize();

Properties

Type Visibility Source Unit Parent
function public
FMX.Types3D.pas
FMX.Types3D.hpp
FMX.Types3D TBoundingBox

Description

Returns the size of the TBoundingBox stored in a TPoint3D record.

See Also