FMX.Types3D.TBox

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

  TBox = record
    Left, Top, Near, Right, Bottom, Far: Single;
  end;

C++

struct DECLSPEC_DRECORD TBox{
public:
    float Left;
    float Top;
    float Near;
    float Right;
    float Bottom;
    float Far;
};

Properties

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

Description

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

Personal tools
Translations