@musallam/photoshop-client
    Preparing search index...

    Interface ImageBoundingBox

    interface ImageBoundingBox {
        height: number;
        width: number;
        x: number;
        y: number;
    }
    Index

    Properties

    Properties

    height: number

    The height of the bounding box, starting from the y coordinate.

    width: number

    The width of the bounding box, starting from the x coordinate.

    x: number

    The x coordinate of the upper-left corner of the bounding box. The origin (0,0) is at the upper-left corner of the image.

    y: number

    The y coordinate of the upper-left corner of the bounding box. The origin (0,0) is at the upper-left corner of the image.