FMX.Types3D.TPosition3D.SetPoint3DNoChange

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetPoint3DNoChange(const P: TPoint3D);

C++

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

Properties

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

Description

Sets this 3D position to the components of a TPoint3D, without firing an OnChange event.

SetPoint3DNoChange sets the X, Y, and Z properties of this 3D position to the components of P, without firing an OnChange event.

See Also