FMX.InertialMovement.TPointD.SetLocation

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetLocation(const P: TPointD);

C++

void __fastcall SetLocation(const TPointD &P);

Properties

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

Description

Sets the location of the current TPointD point.

P specifies the new coordinates (X and Y) of the point using the TPointD type.

See Also