FMX.Types3D.TBoundingBox.Normalize
Delphi
function Normalize: TBoundingBox;
C++
TBoundingBox __fastcall Normalize(void);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | public | FMX.Types3D.pas FMX.Types3D.hpp |
FMX.Types3D | TBoundingBox |
Description
Makes sure the TopLeftNear is above and on the left of BottonRightFar.
The method also ensures that Top, Bottom, Right, Left, Top and Far values are correct. Normalize returns the TBoundingBox with the updated data.