public CGRect getCropRect() {
   if (has(Keys.CropRect())) {
     NSValue val = (NSValue) get(Keys.CropRect());
     return val.rectValue();
   }
   return null;
 }