Show / Hide Table of Contents

Method Dpi.Unscale(+ 2 overloads)


Overload

Unscales int if the specified DPI isn't 96 (100%).

public static double Unscale(int i, DpiOf dpiOf)
Parameters
i  (int)
dpiOf  (DpiOf)
Returns
double

Overload(next)

Unscales SIZE if the specified DPI isn't 96 (100%).

public static Size Unscale(SIZE z, DpiOf dpiOf)
Parameters
z  (SIZE)
dpiOf  (DpiOf)
Returns
Size

Overload(top)

Unscales RECT if the specified DPI isn't 96 (100%).

public static Rect Unscale(RECT r, DpiOf dpiOf)
Parameters
r  (RECT)
dpiOf  (DpiOf)
Returns
Rect