FMX.Types3D.TBox

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TBox = TBoundingBox deprecated 'Use TBoundingBox';

C++

typedef TBoundingBox TBox _DEPRECATED_ATTRIBUTE1("Use TBoundingBox") ;

Properties

Type Visibility Source Unit Parent
record
typedef
public
FMX.Types3D.pas
FMX.Types3D.hpp
FMX.Types3D FMX.Types3D

Description

Warning: TBox is deprecated. Please use TBoundingBox.

Represents a box in 3D space.

TBox is a box in 3D space described only by six Single values : Left, Top, Near, Right, Bottom, and Far.

See Also