FMX.Objects3D.TGrid3D

From RAD Studio API Documentation
Jump to: navigation, search

FMX.Controls3D.TControl3DFMX.Types.TFmxObjectSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTGrid3D

Delphi

TGrid3D = class(TControl3D)

C++

class PASCALIMPLEMENTATION TGrid3D : public Fmx::Controls3d::TControl3D

Properties

Type Visibility Source Unit Parent
class public
FMX.Objects3D.pas
FMX.Objects3D.hpp
FMX.Objects3D FMX.Objects3D

Description

Represents a 3D grid that can be used for drawing.

The TGrid3D class implements a 3D grid that can be placed on a 3D FireMonkey form to serve as a drawing surface for the representation of data (lines, polygons, charts). TGrid3D is a visual object that can be added from the Tool Palette.

Grid3D.png

See Also