GlobalProfile.Scale(Int32) Method

Scales an integer represents the x- or y-coordinate to its DPI-aware value.

Definition

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

Parameters

value  Int32
An integer represents the x- or y-coordinate.

Return Value

Int32
Scaled value of the given by value x- or y-coordinate.

See Also