FMX.InertialMovement.TAniCalculations.MaxTarget
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.