FMX.InertialMovement.TPointD.SetLocation

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

procedure SetLocation(const P: TPointD);

C++

void __fastcall SetLocation(const TPointD &P);

Propriétés

Type Visibilité  Source Unité  Parent
procedure
function
public
FMX.InertialMovement.pas
FMX.InertialMovement.hpp
FMX.InertialMovement TPointD


Description

Définit l'emplacement du point TPointD en cours.

P spécifie les nouvelles coordonnées (X et Y) du point en utilisant le type TPointD.

Voir aussi