FMX.InertialMovement.TPointD.Y

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

Y: Double;

C++

double Y;

Properties

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

Description

Specifies the vertical coordinate of the TPointD object in logical units.

The type of TPointD.Y is Double.

See Also