GlobalProfile.ToScreenDpi Method

Scales a floating number representing the x- or y-coordinate to its screen DPI-aware value.

Definition

Namespace: SMath.Manager
Assembly: SMath.Manager (in SMath.Manager.dll) Version: 1.73.9126.0
C#
public static float ToScreenDpi(
	float value
)

Parameters

value  Single
A floating number representing the x- or y-coordinate.

Return Value

Single
A screen DPI-aware value of the given by value x- or y-coordinate.

See Also