Converts from pixel.
double convertFromPixel(double value, int to) { return value / _unitsProportions[to]; }