ecspresso
    Preparing search index...

    Interface BoundsRect

    Bounds rectangle definition.

    interface BoundsRect {
        height: number;
        width: number;
        x?: number;
        y?: number;
    }
    Index

    Properties

    Properties

    height: number

    Height of the bounds area

    width: number

    Width of the bounds area

    x?: number

    Left edge x coordinate (default: 0)

    y?: number

    Top edge y coordinate (default: 0)