FMX.InertialMovement.TRectD.Empty

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

class function Empty: TRectD; inline; static;

C++

static TRectD __fastcall Empty();

Properties

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

Description

Creates an empty TRectD rectangle object with all floating-point coordinates (left, upper, right, and lower) equal to 0.

See Also