Click or drag to resize

FndDPIUtilities.ScaleF Method (Int32)

Scales the input with the 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 float ScaleF(
	int value
)

Parameters

value
Type: System.Int32
Value to be scaled

Return Value

Type: Single
Scaled value
See Also