Method PixelsToPoints
PixelsToPoints(double, double)
Converts pixels to points (1/72 in) at the given DPI.
public static double PixelsToPoints(double pixels, double dpi = 96)
Parameters
Returns
- double
Point value.
Converts pixels to points (1/72 in) at the given DPI.
public static double PixelsToPoints(double pixels, double dpi = 96)
Point value.