The instructions for optionally cropping an image. If you don't want to crop the image, set the dimensions to the original image size. If the image is cropped and you don't include offset values, the coordinates of the top left corner of the cropped image are set to (0,0) by default.

ImageCropSpecification

interface ImageCropSpecification {
    offset?: ImageOffsets;
    size: ImageDimensions;
}

Properties

Properties

offset?: ImageOffsets

ImageCropSpecification

ImageCropSpecification

MMNEPVFCICPMFPCPTTAAATR