GlobalProfile.Scale(Int32) Method
Scales an integer represents 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 int Scale(
int value
)
Public Shared Function Scale (
value As Integer
) As Integer
public:
static int Scale(
int value
)
static member Scale :
value : int -> int
- value Int32
- An integer represents the x- or y-coordinate.
Int32Scaled value of the given by
value x- or y-coordinate.