FMX.InertialMovement.TRectD.Inflate

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Inflate(const DX, DY: Double);

C++

void __fastcall Inflate(const double DX, const double DY);

Properties

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

Description

Inflates the rectangle's dimensions.

Inflate increases the floating-point dimensions of the rectangle by adding the specified DX and DY values to the Right and Bottom coordinates and dropping them from the Top and Left coordinates of the current rectangle.

See Also