InteractionTracker.AdjustPositionYIfGreaterThanThreshold Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Adjusts the position y coordinate if it is greater than the specified threshold.
public:
virtual void AdjustPositionYIfGreaterThanThreshold(float adjustment, float positionThreshold) = AdjustPositionYIfGreaterThanThreshold;
void AdjustPositionYIfGreaterThanThreshold(float const& adjustment, float const& positionThreshold);
public void AdjustPositionYIfGreaterThanThreshold(float adjustment, float positionThreshold);
function adjustPositionYIfGreaterThanThreshold(adjustment, positionThreshold)
Public Sub AdjustPositionYIfGreaterThanThreshold (adjustment As Single, positionThreshold As Single)
Parameters
- adjustment
-
Single
float
The amount to adjust the position y coordinate.
- positionThreshold
-
Single
float
The threshold for ajusting the position y coordinate.