FMX.Objects3D.TPath3D.Path

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property Path: TPathData read FPath write SetPath;

C++

__property Fmx::Graphics::TPathData* Path = {read=FPath, write=SetPath};

Propriétés

Type Visibilité  Source Unité  Parent
property published
FMX.Objects3D.pas
FMX.Objects3D.hpp
FMX.Objects3D TPath3D

Description

Spécifie un objet TPathData qui sera utilisé par cet objet TPath3D.

Un objet TPathData contient une série de courbes et de lignes connectées que cet objet TPath3D restitue ensuite de manière 3D.

Voir aussi