FMX.InertialMovement.TPointD.SetLocation

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

procedure SetLocation(const P: TPointD);

C++

void __fastcall SetLocation(const TPointD &P);

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
procedure
function
public
FMX.InertialMovement.pas
FMX.InertialMovement.hpp
FMX.InertialMovement TPointD


Beschreibung

Setzt die Position des aktuellen TPointD-Punktes.

P gibt die neuen Koordinaten des Punktes (X und Y) anhand des TPointD-Typs an.

Siehe auch