Method ScaleValueToPosition
ScaleValueToPosition(int)
Scales a numeric value to a position on the slider.
public virtual float ScaleValueToPosition(int val)
Parameters
valintThe numeric value to be scaled.
Returns
- float
The position on the slider corresponding to the specified value.