FMX.Types3D.TBoundingBox.Union
Delphi
function Union(const DestBox: TBoundingBox): TBoundingBox; overload;
C++
TBoundingBox __fastcall Union(const TBoundingBox &DestBox)/* overload */;
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| function | public | FMX.Types3D.pas FMX.Types3D.hpp |
FMX.Types3D | TBoundingBox |
Description
Performs a Union with the current TBoundingBox and the DestBox.
In case TBoundingBox is empty, the Union method returns DestBox.