InteractionTracker.AdjustPositionXIfGreaterThanThreshold 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 x coordinate if it is greater than the specified threshold.
public:
virtual void AdjustPositionXIfGreaterThanThreshold(float adjustment, float positionThreshold) = AdjustPositionXIfGreaterThanThreshold;
void AdjustPositionXIfGreaterThanThreshold(float const& adjustment, float const& positionThreshold);
public void AdjustPositionXIfGreaterThanThreshold(float adjustment, float positionThreshold);
function adjustPositionXIfGreaterThanThreshold(adjustment, positionThreshold)
Public Sub AdjustPositionXIfGreaterThanThreshold (adjustment As Single, positionThreshold As Single)
Parameters
- adjustment
-
Single
float
The amount to adjust the position x coordinate.
- positionThreshold
-
Single
float
The threshold for ajusting the position x coordinate.