FMX.InertialMovement.TAniCalculations.MaxTarget

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property MaxTarget: TTarget read FMaxTarget;

C++

__property TTarget MaxTarget = {read=FMaxTarget};

Properties

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

Description

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

Such targets have TargetType = Max.

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

See Also