By default the UOM is Inches
Given the following numbers as an example we will
start cropping an image from the upper
left corner and get a 3.0" x 1.0" image
private float left; //0
private float top; //0
private float right; // 3 Inches Wide
private float bottom; // 1 Inch Tall