Click or drag to resize

FndDPIUtilities.UnScale Method

Scales the input with the invers of current dpi scale factor

Namespace:  Ifs.Fnd.Core
Assembly:  Ifs.Fnd.Core (in Ifs.Fnd.Core.dll) Version: 4.52.10.0 (10.2.2.9999)
Syntax
C#
public static int UnScale(
	int value
)

Parameters

value
Type: System.Int32

[Missing <param name="value"/> documentation for "M:Ifs.Fnd.Core.FndDPIUtilities.UnScale(System.Int32)"]

Return Value

Type: Int32

[Missing <returns> documentation for "M:Ifs.Fnd.Core.FndDPIUtilities.UnScale(System.Int32)"]

See Also