FMX.Objects3D.TRectangle3D

Delphi
TRectangle3D = class(TExtrudedShape3D)
C++
class PASCALIMPLEMENTATION TRectangle3D : public TExtrudedShape3D
Contents
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
class | public | FMX.Objects3D.pas FMX.Objects3D.hpp |
FMX.Objects3D | FMX.Objects3D |
Description
Represents a 3D rectangle.
The TRectangle3D class implements an extruded 3D shape under the form of a 3D rectangle that can be placed on a 3D FireMonkey form. TRectangle3D is a visual object that can be added from the Tool Palette.
See Also
- FMX.Objects3D.TShape3D
- FMX.Objects3D.TText3D
- FMX.Objects3D.TPath3D
- FMX.Objects3D.TExtrudedShape3D
- FMX.Objects3D.TEllipse3D
Samples
- FireMonkey Gyroscope sample