FMX.Types3D.TPrimitivesKind

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

TPrimitivesKind = (Points, Lines, Triangles);

C++

enum class DECLSPEC_DENUM TPrimitivesKind : unsigned char { Points, Lines, Triangles, pkPoints _DEPRECATED_ATTRIBUTE3("Use TPrimitivesKind.Points")  = 0x0, pkLines _DEPRECATED_ATTRIBUTE3("Use TPrimitivesKind.Lines")  = 0x1, pkTriangles _DEPRECATED_ATTRIBUTE3("Use TPrimitivesKind.Triangles")  = 0x2 };

Propriétés

Type Visibilité  Source Unité  Parent
enum public
FMX.Types3D.pas
FMX.Types3D.hpp
FMX.Types3D FMX.Types3D

Description

Embarcadero Technologies ne possède pas d'informations supplémentaires pour le moment. Veuillez nous aider à documenter cette rubrique en utilisant la page Discussion !