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