ImageAsCroppedDict

Simple object used to specify options for imageAsCropped.

  • 0.8
  • 0.8
  • 0.8

NOTE This is an abstract type. Any object meeting this description can be used where this type is used.

Defined By

Properties

ImageAsCroppedDict
: Number
Height to crop this image to. ...

Height to crop this image to.

Default: Current image height.

ImageAsCroppedDict
: Number
Width to crop this image to. ...

Width to crop this image to.

Default: Current image width.

ImageAsCroppedDict
: Number
Left coordinate of the cropped rectangle within the source image. ...

Left coordinate of the cropped rectangle within the source image.

Default: Cropped rectangle is centered horizontally on the original image.

ImageAsCroppedDict
: Number
Top coordinate of the cropped rectangle within the source image. ...

Top coordinate of the cropped rectangle within the source image.

Default: Cropped rectangle is centered vertically on the original image.