FMX.InertialMovement.TPointD.Offset
Delphi
procedure Offset(const DX, DY: Double);
C++
void __fastcall Offset(const double DX, const double DY);
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
procedure function |
public | FMX.InertialMovement.pas FMX.InertialMovement.hpp |
FMX.InertialMovement | TPointD |
Description
Increments the X and Y coordinates of the current point by the specified DX and DY values.
Offset changes the location of the current TPointD point by incrementing the values of its X and Y coordinates by the specified DX and DY values, respectively. All measurements are in logical units.