GlobalProfile.ToScreenDpi Method
Scales a floating number representing the x- or y-coordinate to its screen DPI-aware value.
Namespace: SMath.ManagerAssembly: SMath.Manager (in SMath.Manager.dll) Version: 1.73.9126.0
public static float ToScreenDpi(
float value
)
Public Shared Function ToScreenDpi (
value As Single
) As Single
public:
static float ToScreenDpi(
float value
)
static member ToScreenDpi :
value : float32 -> float32
- value Single
- A floating number representing the x- or y-coordinate.
SingleA screen DPI-aware value of the given by
value x- or y-coordinate.