API:FMX.Types3D.TBoundingBox.Inflate
Delphi
function Inflate(const DX, DY, DZ: Single): TBoundingBox; overload;
function Inflate(const DL, DT, DN, DR, DB, DF: Single): TBoundingBox; overload;
C++
TBoundingBox __fastcall Inflate(const float DX, const float DY, const float DZ)/* overload */;
TBoundingBox __fastcall Inflate(const float DL, const float DT, const float DN, const float DR, const float DB, const float DF)/* overload */;
プロパティ
| 種類 | 可視性 | ソース | ユニット | 親 |
|---|---|---|---|---|
| function | public | FMX.Types3D.pas FMX.Types3D.hpp |
FMX.Types3D | TBoundingBox |
説明
このトピックには現在ドキュメントが存在しません。「ノート」を利用してこのトピックの改良について話しあうことができます。