FMX.Types3D.TBoundingBox.Union
Delphi
function Union(const DestBox: TBoundingBox): TBoundingBox; overload;
C++
TBoundingBox __fastcall Union(const TBoundingBox &DestBox)/* overload */;
プロパティ
| 種類 | 可視性 | ソース | ユニット | 親 |
|---|---|---|---|---|
| function | public | FMX.Types3D.pas FMX.Types3D.hpp |
FMX.Types3D | TBoundingBox |
説明
Union を現在の TBoundingBox および DestBox で実行します。
TBoundingBox が空の場合、Union メソッドは DestBox を返します。