FMX.InertialMovement.TAniCalculations.MinTarget

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property MinTarget: TTarget read FMinTarget;

C++

__property TTarget MinTarget = {read=FMinTarget};

Properties

Type Visibility Source Unit Parent
property protected
FMX.InertialMovement.pas
FMX.InertialMovement.hpp
FMX.InertialMovement TAniCalculations

Description

Defines the minimal coordinates that can be accepted by the viewport position (viewport origin).

Such targets have TargetType = Min.

If the array of target points (retrieved by GetTargets) contains more than one target having Min, then the minimal permitted horizontal and vertical coordinates of the viewport are defined as the maximal of horizontal and vertical coordinates of all such target points.

See Also