FMX.Types3D.TBoundingBox.FitIntoScale

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function FitIntoScale(const ADesignatedArea: TBoundingBox): Single;

C++

float __fastcall FitIntoScale(const TBoundingBox &ADesignatedArea);

Properties

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

Description

Returns the scale value for scaling the current TBoundingBox to fit into the ADesignatedArea.

See Also