FMX.Types3D.TPosition3D.SetPoint3DNoChange

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

procedure SetPoint3DNoChange(const P: TPoint3D);

C++

void __fastcall SetPoint3DNoChange(const System::Math::Vectors::TPoint3D &P);

Propriétés

Type Visibilité  Source Unité  Parent
procedure
function
public
FMX.Types3D.pas
FMX.Types3D.hpp
FMX.Types3D TPosition3D

Description

Définit cette position 3D sur les composants d'un TPoint3D, sans déclencher un événement OnChange.

SetPoint3DNoChange définit les propriétés X, Y et Z de cette position 3D sur les composants de P, sans déclencher un événement OnChange.

Voir aussi