Converts inches to pixels
double inchesToPx(double inches) { return inches * inchesToLogicalPixelsRatio; }