SheetXL - v0.3.20
    Preparing search index...

    Interface Bounds

    Represents a point with dimensions.

    interface Bounds {
        height: number;
        width: number;
        x: number;
        y: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    height: number

    The height of the shape.

    width: number

    The width of the shape.

    x: number

    The x coordinate of the point.

    y: number

    The y coordinate of the point.