rmapi-js
    Preparing search index...

    Interface Rectangle

    an axis-aligned rectangle

    interface Rectangle {
        h: number;
        w: number;
        x: number;
        y: number;
    }
    Index

    Properties

    h w x y

    Properties

    h: number

    the height

    w: number

    the width

    x: number

    the left edge

    y: number

    the top edge