Simple object used to specify options for imageAsCropped.
NOTE This is an abstract type. Any object meeting this description can be used where this type is used.
Height to crop this image to.
Default: Current image height.
Width to crop this image to.
Default: Current image width.
Left coordinate of the cropped rectangle within the source image.
Default: Cropped rectangle is centered horizontally on the original image.
Top coordinate of the cropped rectangle within the source image.
Default: Cropped rectangle is centered vertically on the original image.