FMX.Types3D.TBoundingBox.Normalize

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function Normalize: TBoundingBox;

C++

TBoundingBox __fastcall Normalize();

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.

See Also