Method AutoDeScale
AutoDeScale(int)
De-scales the specified integer value accordingly to the screen resolution.
public static int AutoDeScale(int value)
Parameters
value
intValue to scale.
Returns
- int
Descaled value if auto scaling enabled; otherwise original value.