FMX.Types3D.TBoundingBox.FitIntoScale

提供:RAD Studio API Documentation

Delphi

function FitIntoScale(const ADesignatedArea: TBoundingBox): Single;

C++

float __fastcall FitIntoScale(const TBoundingBox &ADesignatedArea);

プロパティ

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


説明

ADesignatedArea にちょうど収まるように現在の TBoundingBox を拡大/縮小する倍率を返します。

関連項目