FMX.Objects3D.TEllipse3D

From RAD Studio API Documentation
Jump to: navigation, search

FMX.Objects3D.TExtrudedShape3DFMX.Objects3D.TShape3DFMX.Controls3D.TControl3DFMX.Types.TFmxObjectSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTEllipse3D

Delphi

TEllipse3D = class(TExtrudedShape3D)

C++

class PASCALIMPLEMENTATION TEllipse3D : public TExtrudedShape3D

Properties

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

Description

Represents a 3D ellipse.

The TEllipse3D class implements an extruded 3D shape under the form of a 3D ellipse that can be placed on a 3D FireMonkey form. TEllipse3D is a visual object that can be added from the Tool Palette.

Ellipse3D.png

See Also