Table of Contents

Method AutoDeScale

Namespace
Alternet.Common
Assembly
Alternet.Common.v9.dll

AutoDeScale(int)

De-scales the specified integer value accordingly to the screen resolution.

public static int AutoDeScale(int value)

Parameters

value int

Value to scale.

Returns

int

Descaled value if auto scaling enabled; otherwise original value.