Method Dpi.Scale(+ 3 overloads)
Overload
Scales int if the specified DPI isn't 96 (100%).
public static int Scale(int i, DpiOf dpiOf)
Parameters
Returns
Overload(next)
Scales SIZE if the specified DPI isn't 96 (100%).
public static SIZE Scale(SIZE z, DpiOf dpiOf)
Parameters
Returns
Overload(next)
Scales System.Windows.Size if the specified DPI isn't 96 (100%).
public static SIZE Scale(Size z, DpiOf dpiOf)
Parameters
Returns
Overload(top)
Scales RECT if the specified DPI isn't 96 (100%).
public static RECT Scale(RECT r, DpiOf dpiOf)